]> Git Repo - linux.git/commitdiff
dt-bindings: ata: ahci-ceva: Cover all 4 iommus entries
authorMichal Simek <[email protected]>
Fri, 12 May 2023 11:52:04 +0000 (13:52 +0200)
committerDamien Le Moal <[email protected]>
Sun, 14 May 2023 22:27:57 +0000 (07:27 +0900)
Current only one entry is enabled but IP itself is using 4 different IDs
which are already listed in zynqmp.dtsi.

sata: ahci@fd0c0000 {
compatible = "ceva,ahci-1v84";
...
iommus = <&smmu 0x4c0>, <&smmu 0x4c1>,
 <&smmu 0x4c2>, <&smmu 0x4c3>;
};

Fixes: 8ac47837f0e0 ("arm64: dts: zynqmp: Add missing iommu IDs")
Cc: [email protected] # v5.12+
Signed-off-by: Michal Simek <[email protected]>
Acked-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Damien Le Moal <[email protected]>
Documentation/devicetree/bindings/ata/ceva,ahci-1v84.yaml

index 9b31f864e071ee7c53f63eb87db631eb20c1e075..71364c6081ff50d9573102aa48c9bbaa4ea75f1e 100644 (file)
@@ -32,7 +32,7 @@ properties:
     maxItems: 1
 
   iommus:
-    maxItems: 1
+    maxItems: 4
 
   power-domains:
     maxItems: 1
This page took 0.057444 seconds and 4 git commands to generate.