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 Exynos5250

Describe Exynos5250 CPU topology.

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

+11
+11
arch/arm/boot/dts/exynos5250.dtsi
··· 50 50 #address-cells = <1>; 51 51 #size-cells = <0>; 52 52 53 + cpu-map { 54 + cluster0 { 55 + core0 { 56 + cpu = <&cpu0>; 57 + }; 58 + core1 { 59 + cpu = <&cpu1>; 60 + }; 61 + }; 62 + }; 63 + 53 64 cpu0: cpu@0 { 54 65 device_type = "cpu"; 55 66 compatible = "arm,cortex-a15";