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

Commit 5fb437c6 authored by Lingutla Chandrasekhar's avatar Lingutla Chandrasekhar Committed by Teng Fei Fan
Browse files

ARM: dts: msm: Disable core_ctl for msm8953



Disable core control support for msm8953 target, as the support
not needed for msm8953. sdm632 is using msm8953 device tree
support as the base, so enable core_ctl for sdm632.

Change-Id: Ia1b48995a80d739c22edc85d6d6bd2793deab5ef
Signed-off-by: default avatarLingutla Chandrasekhar <clingutla@codeaurora.org>
parent fce0dd25
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@
	interrupt-parent = <&wakegic>;

	chosen {
		bootargs = "kpti=0";
		bootargs = "core_ctl_disable_cpumask=0-7 kpti=0";
	};

	firmware: firmware {
+4 −0
Original line number Diff line number Diff line
@@ -22,6 +22,10 @@
	compatible = "qcom,sdm632";
	qcom,msm-id = <349 0x0>;
	qcom,msm-name = "SDM632";

	chosen {
		/delete-property/ bootargs;
	};
};

&clock_gcc_mdss {