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

Commit caa21d05 authored by Prasad Sodagudi's avatar Prasad Sodagudi
Browse files

ARM: dts: msm: add cluster0 to cpu-map for msmgold SoC



Add cluster0 to cpu-map for the msmgold SoC because
mpidr says the all cores belongs to cluster1
but cpu-map says cluster0. So add cluster0 to the cpu-map,
so that all cpus are mapped to proper cluster IDs.

Change-Id: I2b843d809a9d38802974a0ff6fef5162e593e5cd
Signed-off-by: default avatarPrasad Sodagudi <psodagud@codeaurora.org>
parent 866b7283
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
/*
 * Copyright (c) 2015, The Linux Foundation. All rights reserved.
 * Copyright (c) 2015-2016, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -23,6 +23,9 @@
		cpu-map {

			cluster0 {
			};

			cluster1 {
				core0 {
					cpu = <&CPU0>;
				};