Skip to content

Commit 2d1d196

Browse files
Andre-ARMjoergroedel
authored andcommitted
dt-bindings: iommu: add new compatible strings
The Allwinner H616 and A523 contain IOMMU IP very similar to the H6, but use a different reset value for the bypass register, which makes them strictly speaking incompatible. Add a new compatible string for the H616, and a version for the A523, falling back to the H616. Signed-off-by: Andre Przywara <[email protected]> Acked-by: Krzysztof Kozlowski <[email protected]> Reviewed-by: Chen-Yu Tsai <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Joerg Roedel <[email protected]>
1 parent 7b9331a commit 2d1d196

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Documentation/devicetree/bindings/iommu/allwinner,sun50i-h6-iommu.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,12 @@ properties:
1717
The content of the cell is the master ID.
1818

1919
compatible:
20-
const: allwinner,sun50i-h6-iommu
20+
oneOf:
21+
- const: allwinner,sun50i-h6-iommu
22+
- const: allwinner,sun50i-h616-iommu
23+
- items:
24+
- const: allwinner,sun55i-a523-iommu
25+
- const: allwinner,sun50i-h616-iommu
2126

2227
reg:
2328
maxItems: 1

0 commit comments

Comments
 (0)