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

Commit 380a3dd0 authored by David Collins's avatar David Collins
Browse files

ARM: dts: msm: use VDD_APCC CPR hardware closed-loop mode for msm8996v2.1



VDD_APCC CPR hardware closed-loop mode may be used on MSM8996v2.1
but not on MSM8996v2.0.  Enable the usage of hardware closed-loop
mode on MSM8996v2.1 but ensure that it remains disallowed for
MSM8996v2.0.  msm8996-v2.dtsi is shared between v2.0 and v2.1
boards whereas msm8996-v2.0-*.dts files are v2.0 specific.

Change-Id: I5bfe66924a9ff3246cec69e9a49e8612d592c5fa
Signed-off-by: default avatarDavid Collins <collinsd@codeaurora.org>
parent 58d6bfbe
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -30,3 +30,7 @@
&l2ccc_1 {
	qcom,clamped-reset-seq;
};

&apcc_cpr {
	/delete-property/ qcom,cpr-hw-closed-loop;
};
+4 −0
Original line number Diff line number Diff line
@@ -30,3 +30,7 @@
&l2ccc_1 {
	qcom,clamped-reset-seq;
};

&apcc_cpr {
	/delete-property/ qcom,cpr-hw-closed-loop;
};
+4 −0
Original line number Diff line number Diff line
@@ -30,3 +30,7 @@
&l2ccc_1 {
	qcom,clamped-reset-seq;
};

&apcc_cpr {
	/delete-property/ qcom,cpr-hw-closed-loop;
};
+4 −0
Original line number Diff line number Diff line
@@ -30,3 +30,7 @@
&l2ccc_1 {
	qcom,clamped-reset-seq;
};

&apcc_cpr {
	/delete-property/ qcom,cpr-hw-closed-loop;
};
+4 −0
Original line number Diff line number Diff line
@@ -30,3 +30,7 @@
&l2ccc_1 {
	qcom,clamped-reset-seq;
};

&apcc_cpr {
	/delete-property/ qcom,cpr-hw-closed-loop;
};
Loading