aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <[email protected]>2021-07-31 11:24:05 +0200
committerKrzysztof Kozlowski <[email protected]>2021-08-05 09:23:56 +0200
commitfc6d5c9953757c61042676db9bb32ecd7af958f3 (patch)
tree58b0a4d779e13982cef48ce0932701e805287562
parent1fb5b5b0dc491613eaa42bc39457589bfcb2b2b9 (diff)
ARM: dts: exynos: add CPU topology to Exynos5250
Describe Exynos5250 CPU topology. Signed-off-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/[email protected]
-rw-r--r--arch/arm/boot/dts/exynos5250.dtsi11
1 files changed, 11 insertions, 0 deletions
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";