]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm64: zynqmp: Disable SMMU for SATA
authorMubin Sayyed <mubin.usman.sayyed@xilinx.com>
Wed, 13 Jun 2018 10:45:01 +0000 (16:15 +0530)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 22 Aug 2018 10:42:16 +0000 (12:42 +0200)
Presently SATA device detection is failing when SMMU is enabled.
Disabling SMMU for SATA, till said issue is fixed from CEVA SATA
driver.

Signed-off-by: Mubin Sayyed <mubin.usman.sayyed@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/dts/zynqmp.dtsi

index d4da6ed3c148d812a6210790e608c21911cdc071..463c1cb7e0e3bd4976e739bb12497087e3d38555 100644 (file)
                        interrupts = <0 133 4>;
                        power-domains = <&pd_sata>;
                        #stream-id-cells = <4>;
-                       iommus = <&smmu 0x4c0>, <&smmu 0x4c1>,
-                                <&smmu 0x4c2>, <&smmu 0x4c3>;
+                       /* iommus = <&smmu 0x4c0>, <&smmu 0x4c1>, */
+                       /*       <&smmu 0x4c2>, <&smmu 0x4c3>; */
                        /* dma-coherent; */
                };