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

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



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: default avatarAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Fixes: 2e78620b ("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: default avatarMatthias Brugger <matthias.bgg@gmail.com>
parent 160ce54d
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -48,14 +48,12 @@ core4 {
				core5 {
					cpu = <&cpu5>;
				};
			};

			cluster1 {
				core0 {
				core6 {
					cpu = <&cpu6>;
				};

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