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

Commit 67b8b76a authored by David Collins's avatar David Collins
Browse files

ARM: dts: msm: disable HMSS clock source overriding for msm8996pro



HMSS cluster clock source overriding is not required during APM
switching or VDD_APCC voltage changes on MSM8996pro chips.
Therefore, disable this feature for the APM and PM8994 S11
regulator device nodes.

Change-Id: I201373867a8f07742f6bf2794fa59fc1c4c34d74
Signed-off-by: default avatarDavid Collins <collinsd@codeaurora.org>
parent 3b8e8842
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -21,3 +21,11 @@
	model = "Qualcomm Technologies, Inc. MSM 8996pro";
	qcom,msm-id = <305 0x20000>;
};

&apc_apm {
	/delete-property/ qcom,clock-source-override;
};

&pm8994_s11 {
	/delete-property/ qcom,recal-mask;
};