Commit 14d27be1 authored by Amit Kucheria's avatar Amit Kucheria Committed by Andy Gross
Browse files

arm64: dts: sdm845: Fix up CPU topology



SDM845 implements ARM's Dynamiq architecture that allows the big and
LITTLE cores to exist in a single cluster sharing the L3 cache.

Fix the cpu-map to put all cpus into a single cluster.

Reviewed-by: default avatarSudeep Holla <sudeep.holla@arm.com>
Reviewed-by: default avatarStephen Boyd <swboyd@chromium.org>
Signed-off-by: default avatarAmit Kucheria <amit.kucheria@linaro.org>
Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: default avatarAndy Gross <agross@kernel.org>
parent 6d1238aa
Loading
Loading
Loading
Loading
+4 −6
Original line number Diff line number Diff line
@@ -325,22 +325,20 @@
				core3 {
					cpu = <&CPU3>;
				};
			};

			cluster1 {
				core0 {
				core4 {
					cpu = <&CPU4>;
				};

				core1 {
				core5 {
					cpu = <&CPU5>;
				};

				core2 {
				core6 {
					cpu = <&CPU6>;
				};

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