mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 07:33:19 +02:00
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
This commit is contained in:
parent
1fb5b5b0dc
commit
fc6d5c9953
|
|
@ -50,6 +50,17 @@ cpus {
|
|||
#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";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user