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:
Bao D. Nguyen
2023-11-10 11:03:31 -08:00
parent 96351f54d0
commit 6e8dc0c25f

View File

@@ -1924,6 +1924,9 @@
"HS_RA_G5_L2", "HS_RB_G5_L2",
"MAX";
/* set the dependency that smmu being probed before ufs */
depends-on-supply = <&apps_smmu>;
iommus = <&apps_smmu 0x60 0x0>;
qcom,iommu-dma = "fastmap";
qcom,iommu-dma-addr-pool = <0x1000 0xFFFFF000>;