arm64: dts: mt8186: Fix CPU map for single-cluster SoC
authorAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Thu, 26 Jan 2023 10:35:23 +0000 (11:35 +0100)
committerMatthias Brugger <matthias.bgg@gmail.com>
Tue, 31 Jan 2023 11:40:50 +0000 (12:40 +0100)
MT8186 features the ARM DynamIQ technology and combines both two
Cortex-A76 (big) and six Cortex-A55 (LITTLE) CPUs in one cluster:
fix the CPU map to reflect that.

Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Fixes: 2e78620b1350 ("arm64: dts: Add MediaTek MT8186 dts and evaluation board and Makefile")
Link: https://lore.kernel.org/r/20230126103526.417039-4-angelogioacchino.delregno@collabora.com
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
arch/arm64/boot/dts/mediatek/mt8186.dtsi

index c9124bb..9e8daaa 100644 (file)
                                core5 {
                                        cpu = <&cpu5>;
                                };
-                       };
 
-                       cluster1 {
-                               core0 {
+                               core6 {
                                        cpu = <&cpu6>;
                                };
 
-                               core1 {
+                               core7 {
                                        cpu = <&cpu7>;
                                };
                        };