Merge "ARM: dts: msm: enable virtualized SMMU for Waipio trusted VM"

This commit is contained in:
qctecmdr
2021-07-21 21:20:52 -07:00
committed by Gerrit - the friendly Code Review server
2 changed files with 9 additions and 1 deletions

View File

@@ -19,7 +19,7 @@
};
&mdss_mdp {
connectors = <&sde_dsi &sde_dsi1>;
connectors = <&sde_dsi &sde_dsi1 &smmu_sde_unsec>;
};
&dsi_sw43404_amoled_cmd {

View File

@@ -10,6 +10,14 @@
clock-output-names = "cpucc_clocks";
#clock-cells = <1>;
};
smmu_sde_unsec: qcom,smmu_sde_unsec_cb {
compatible = "qcom,smmu_sde_unsec";
iommus = <&apps_smmu 0x2804 0x402>;
qcom,iommu-dma-addr-pool = <0x00020000 0xfffe0000>;
qcom,iommu-faults = "non-fatal";
dma-coherent;
};
};
&mdss_mdp {