ARM: dts: qcom: Add smmu probe dependency for ufs
UFS has a dependency on smmu being probed first. Specify this dependency in the ufs dt node to set this probing order. Without this change, ufs may get probed first then start using the smmu while smmu is being probed. Change-Id: Idd99a19b3d407cd319addbc1cab27f8191dd9509 Signed-off-by: Bao D. Nguyen <quic_nguyenb@quicinc.com>
This commit is contained in:
@@ -1924,6 +1924,9 @@
|
|||||||
"HS_RA_G5_L2", "HS_RB_G5_L2",
|
"HS_RA_G5_L2", "HS_RB_G5_L2",
|
||||||
"MAX";
|
"MAX";
|
||||||
|
|
||||||
|
/* set the dependency that smmu being probed before ufs */
|
||||||
|
depends-on-supply = <&apps_smmu>;
|
||||||
|
|
||||||
iommus = <&apps_smmu 0x60 0x0>;
|
iommus = <&apps_smmu 0x60 0x0>;
|
||||||
qcom,iommu-dma = "fastmap";
|
qcom,iommu-dma = "fastmap";
|
||||||
qcom,iommu-dma-addr-pool = <0x1000 0xFFFFF000>;
|
qcom,iommu-dma-addr-pool = <0x1000 0xFFFFF000>;
|
||||||
|
Reference in New Issue
Block a user