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

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
......@@ -325,22 +325,20 @@ core2 {
core3 {
cpu = <&CPU3>;
};
};
cluster1 {
core0 {
core4 {
cpu = <&CPU4>;
};
core1 {
core5 {
cpu = <&CPU5>;
};
core2 {
core6 {
cpu = <&CPU6>;
};
core3 {
core7 {
cpu = <&CPU7>;
};
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment