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

Commit 7a4f9d23 authored by Narendra Muppalla's avatar Narendra Muppalla Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: set property for SDE rotator smmu mapping range in sm8150 v2



This change sets property to allow full 4GB smmu mapping
for sde rotator hardware in sm8150 v2 target.

Change-Id: I71995034a04c2b09cc9d79f1b6ad5445739cd3b5
Signed-off-by: default avatarNarendra Muppalla <NarendraM@codeaurora.org>
parent 1595912d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -27,10 +27,12 @@
	smmu_rot_unsec: qcom,smmu_rot_unsec_cb {
		compatible = "qcom,smmu_sde_rot_unsec";
		iommus = <&apps_smmu 0x2040 0x0>;
		qcom,fullsize-va-map;
	};
	smmu_rot_sec: qcom,smmu_rot_sec_cb {
		compatible = "qcom,smmu_sde_rot_sec";
		iommus = <&apps_smmu 0x2041 0x0>;
		qcom,fullsize-va-map;
	};
};