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

Commit 94743b18 authored by Abhijit Kulkarni's avatar Abhijit Kulkarni Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: modify sid values for rotator for SM8150 v2



This change modifies the SID values for rotator hw for V2
as they are different compared to V1 Hw.

Change-Id: I666508fd07845c2dd83ba0ff881ea578adeb1afe
Signed-off-by: default avatarAbhijit Kulkarni <kabhijit@codeaurora.org>
Signed-off-by: default avatarChalapathi Bathala <chalapathi@codeaurora.org>
parent 76cefd9a
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -22,6 +22,17 @@
/delete-node/ &apps_smmu;
/delete-node/ &kgsl_smmu;

&mdss_rotator {
	smmu_rot_unsec: qcom,smmu_rot_unsec_cb {
		compatible = "qcom,smmu_sde_rot_unsec";
		iommus = <&apps_smmu 0x2040 0x0>;
	};
	smmu_rot_sec: qcom,smmu_rot_sec_cb {
		compatible = "qcom,smmu_sde_rot_sec";
		iommus = <&apps_smmu 0x2041 0x0>;
	};
};

&clock_gcc {
	compatible = "qcom,gcc-sm8150-v2", "syscon";
};