summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Collins <collinsd@codeaurora.org>2016-01-15 17:56:04 -0800
committerDavid Keitel <dkeitel@codeaurora.org>2016-03-23 21:18:30 -0700
commit45dbf9c951ff470e4eee91567080ab6b68114ab2 (patch)
treebe6fb9481dbc2a170022dadc3d43e1d30bfb3e61
parentb6200b61fbc3d31d1dc9d1993ca76a3e3fb4b356 (diff)
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: David Collins <collinsd@codeaurora.org>
-rw-r--r--arch/arm/boot/dts/qcom/msm8996pro.dtsi8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom/msm8996pro.dtsi b/arch/arm/boot/dts/qcom/msm8996pro.dtsi
index ddafbfd77920..d3274420ba3a 100644
--- a/arch/arm/boot/dts/qcom/msm8996pro.dtsi
+++ b/arch/arm/boot/dts/qcom/msm8996pro.dtsi
@@ -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;
+};