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

Commit 51ecbb95 authored by Srinivas Ramana's avatar Srinivas Ramana
Browse files

ARM: dts: msm: Fix the core numbering in sm6150



Fix the core numbering for cluster1 in sm6150.
Without this change topology parsing fails while
parsing cluster1 cores.

Change-Id: Iacc3811599d8811124be8a62fd287cd9fec54d5a
Signed-off-by: default avatarSrinivas Ramana <sramana@codeaurora.org>
parent a84db540
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -368,11 +368,11 @@
			};

			cluster1 {
				core6 {
				core0 {
					cpu = <&CPU6>;
				};

				core7 {
				core1 {
					cpu = <&CPU7>;
				};
			};