Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ae8c038b authored by Andhavarapu Karthik's avatar Andhavarapu Karthik
Browse files

ARM: dts: msm: add smmu nodes in mdp connector list for yupik target

Add smmu nodes in mdp connector list for yupik target.

Change-Id: If66db7aada636ca8d3f1fc9a3a800fe8e38b9d53
parent 2ce77729
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -191,7 +191,7 @@
		qcom,sde-reg-dma-xin-id = <7>;
		qcom,sde-reg-dma-clk-ctrl = <0x2bc 20>;

		qcom,sde-secure-sid-mask = <0x4000901>;
		qcom,sde-secure-sid-mask = <0x901 0xD01>;

		/* SPMI address related to display */
		qcom,pmic-arb = <&spmi_bus>;
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@
};

&mdss_mdp {
	connectors = <&sde_wb &sde_dsi &sde_rscc>;
	connectors = <&smmu_sde_unsec &smmu_sde_sec &sde_wb &sde_dsi &sde_rscc>;
};

&dsi_nt36672e_fhd_plus_60_video {
+2 −1
Original line number Diff line number Diff line
@@ -153,7 +153,8 @@

	smmu_sde_sec: qcom,smmu_sde_sec_cb {
		compatible = "qcom,smmu_sde_sec";
		iommus = <&apps_smmu 0x901 0x400>;
		iommus = <&apps_smmu 0x901 0x0>,
			<&apps_smmu 0xD01 0x0>;
		qcom,iommu-dma-addr-pool = <0x00020000 0xfffe0000>;
		qcom,iommu-faults = "non-fatal";
		qcom,iommu-vmid = <0xa>;