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

Commit 37931f07 authored by Matt Wagantall's avatar Matt Wagantall
Browse files

ARM: dts: msm: remove unused CPU device tree properties for msm8996



For a while now, the PSCI cpu enable method has been selected for 8996.
Going forward, this will be the only tested and supported method. Trim
device tree properties and nodes that are only needed for the
"qcom,msm8996-acc" enable method. Kernel support for this method will
soon be removed.

Change-Id: I8912f198f20f6757077df355bf2d1aeae0ec09d2
Signed-off-by: default avatarMatt Wagantall <mattw@codeaurora.org>
parent ed4f8fa4
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -22,11 +22,3 @@
	qcom,msm-id = <246 0x20000>;
	qcom,board-id = <3 0>;
};

&l2ccc_0 {
	qcom,clamped-reset-seq;
};

&l2ccc_1 {
	qcom,clamped-reset-seq;
};
+0 −8
Original line number Diff line number Diff line
@@ -23,14 +23,6 @@
	qcom,board-id = <9 0>;
};

&l2ccc_0 {
	qcom,clamped-reset-seq;
};

&l2ccc_1 {
	qcom,clamped-reset-seq;
};

&apcc_cpr {
	/delete-property/ qcom,cpr-hw-closed-loop;
};
+0 −8
Original line number Diff line number Diff line
@@ -23,14 +23,6 @@
	qcom,board-id = <1 0>, <0x01000001 0>;
};

&l2ccc_0 {
	qcom,clamped-reset-seq;
};

&l2ccc_1 {
	qcom,clamped-reset-seq;
};

&apcc_cpr {
	/delete-property/ qcom,cpr-hw-closed-loop;
};
+0 −8
Original line number Diff line number Diff line
@@ -23,14 +23,6 @@
	qcom,board-id = <8 0>;
};

&l2ccc_0 {
	qcom,clamped-reset-seq;
};

&l2ccc_1 {
	qcom,clamped-reset-seq;
};

&apcc_cpr {
	/delete-property/ qcom,cpr-hw-closed-loop;
};
+0 −8
Original line number Diff line number Diff line
@@ -23,14 +23,6 @@
	qcom,board-id = <1 0>, <0x01000001 0>;
};

&l2ccc_0 {
	qcom,clamped-reset-seq;
};

&l2ccc_1 {
	qcom,clamped-reset-seq;
};

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