Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: exynos: add CPU topology to Exynos4210

Describe Exynos4210 CPU topology.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Link: https://lore.kernel.org/r/20210731092409.31496-2-krzysztof.kozlowski@canonical.com

+11
+11
arch/arm/boot/dts/exynos4210.dtsi
··· 32 32 #address-cells = <1>; 33 33 #size-cells = <0>; 34 34 35 + cpu-map { 36 + cluster0 { 37 + core0 { 38 + cpu = <&cpu0>; 39 + }; 40 + core1 { 41 + cpu = <&cpu1>; 42 + }; 43 + }; 44 + }; 45 + 35 46 cpu0: cpu@900 { 36 47 device_type = "cpu"; 37 48 compatible = "arm,cortex-a9";