From: Krzysztof Kozlowski Date: Sat, 31 Jul 2021 09:24:05 +0000 (+0200) Subject: ARM: dts: exynos: add CPU topology to Exynos5250 X-Git-Tag: howlett/maple/20220722_2~2432^2~19^2~3 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=fc6d5c9953757c61042676db9bb32ecd7af958f3;p=users%2Fjedix%2Flinux-maple.git ARM: dts: exynos: add CPU topology to Exynos5250 Describe Exynos5250 CPU topology. Signed-off-by: Krzysztof Kozlowski Link: https://lore.kernel.org/r/20210731092409.31496-4-krzysztof.kozlowski@canonical.com --- diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi index 2ea2caaca4e2..4ffa9253b566 100644 --- a/arch/arm/boot/dts/exynos5250.dtsi +++ b/arch/arm/boot/dts/exynos5250.dtsi @@ -50,6 +50,17 @@ #address-cells = <1>; #size-cells = <0>; + cpu-map { + cluster0 { + core0 { + cpu = <&cpu0>; + }; + core1 { + cpu = <&cpu1>; + }; + }; + }; + cpu0: cpu@0 { device_type = "cpu"; compatible = "arm,cortex-a15";