arm64: dts: sdm845: Fix up CPU topology
authorAmit Kucheria <amit.kucheria@linaro.org>
Mon, 13 May 2019 11:38:33 +0000 (17:08 +0530)
committerAndy Gross <agross@kernel.org>
Thu, 30 May 2019 02:31:09 +0000 (21:31 -0500)
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: Sudeep Holla <sudeep.holla@arm.com>
Reviewed-by: Stephen Boyd <swboyd@chromium.org>
Signed-off-by: Amit Kucheria <amit.kucheria@linaro.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Andy Gross <agross@kernel.org>
arch/arm64/boot/dts/qcom/sdm845.dtsi

index fcb93300ca628067f87e2a011dfc070fcc28d867..4114b07d47e26ffac024a998980e061e82098bf9 100644 (file)
                                core3 {
                                        cpu = <&CPU3>;
                                };
-                       };
 
-                       cluster1 {
-                               core0 {
+                               core4 {
                                        cpu = <&CPU4>;
                                };
 
-                               core1 {
+                               core5 {
                                        cpu = <&CPU5>;
                                };
 
-                               core2 {
+                               core6 {
                                        cpu = <&CPU6>;
                                };
 
-                               core3 {
+                               core7 {
                                        cpu = <&CPU7>;
                                };
                        };