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

Commit 16aa0854 authored by Pavankumar Kondeti's avatar Pavankumar Kondeti
Browse files

ARM: dts: msm: disable core_ctl for SDM630



core_ctl is needed for SDM660 but not for SDM630. Both targets
share the same defconfig. So it can not be compiled out. Use
core_ctl_disable_cpumask kernel parameter to disable core_ctl
for SDM630.

Change-Id: I35883ac6c03d13268d351fdc707a54cec8569ed3
Signed-off-by: default avatarPavankumar Kondeti <pkondeti@codeaurora.org>
parent 2ab76753
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@

	chosen {
		stdout-path = "serial0";
		bootargs = "rcupdate.rcu_expedited=1";
		bootargs = "rcupdate.rcu_expedited=1 core_ctl_disable_cpumask=0-7";
	};

	psci {