Commit cc4f0b13 authored by AngeloGioacchino Del Regno's avatar AngeloGioacchino Del Regno Committed by Matthias Brugger
Browse files

arm64: dts: mt8195: Fix CPU map for single-cluster SoC



MT8195 features the ARM DynamIQ technology and combines both four
Cortex-A78 (big) and four Cortex-A55 (LITTLE) CPUs in one cluster:
fix the CPU map to reflect that.

Signed-off-by: default avatarAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Fixes: 37f25828 ("arm64: dts: Add mediatek SoC mt8195 and evaluation board")
Link: https://lore.kernel.org/r/20230126103526.417039-2-angelogioacchino.delregno@collabora.com


Signed-off-by: default avatarMatthias Brugger <matthias.bgg@gmail.com>
parent 936f9741
Loading
Loading
Loading
Loading
+4 −6
Original line number Diff line number Diff line
@@ -199,22 +199,20 @@ core2 {
				core3 {
					cpu = <&cpu3>;
				};
			};

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

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

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

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