]> Git Repo - J-linux.git/commitdiff
dt-bindings: iommu: rockchip: Add Rockchip RK3588
authorAndy Yan <[email protected]>
Tue, 12 Dec 2023 00:57:10 +0000 (08:57 +0800)
committerJoerg Roedel <[email protected]>
Fri, 15 Dec 2023 08:05:35 +0000 (09:05 +0100)
Add a Rockchip RK3588 compatible

I split it from the vop2 patch series as suggested by Heiko[0]

Signed-off-by: Andy Yan <[email protected]>
Reviewed-by: Heiko Stuebner <[email protected]>
Acked-by: Krzysztof Kozlowski <[email protected]>
[0]https://patchwork.kernel.org/project/dri-devel/patch/20231207080235[email protected]/

Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Joerg Roedel <[email protected]>
Documentation/devicetree/bindings/iommu/rockchip,iommu.yaml

index ba9124f721f1514759d5a63c2036283a04e1d0aa..621dde0e45d8514cfcfe5a0cdd17f87a08ada5bc 100644 (file)
@@ -19,9 +19,14 @@ description: |+
 
 properties:
   compatible:
-    enum:
-      - rockchip,iommu
-      - rockchip,rk3568-iommu
+    oneOf:
+      - enum:
+          - rockchip,iommu
+          - rockchip,rk3568-iommu
+      - items:
+          - enum:
+              - rockchip,rk3588-iommu
+          - const: rockchip,rk3568-iommu
 
   reg:
     items:
This page took 0.051478 seconds and 4 git commands to generate.