From 67ed8199ceca1364cced0a772b0ed54bf4e0c29d Mon Sep 17 00:00:00 2001 From: "lakkyung.jung" Date: Wed, 13 Sep 2017 19:21:55 -0700 Subject: [PATCH] [9610] arm64: dtsi: Enable MP. Change-Id: Ic7aa24f6606942432ec7da6ff34ce5daefa42465 Signed-off-by: lakkyung.jung --- arch/arm64/boot/dts/exynos/exynos9610.dtsi | 52 +++++++++++++++++++++- 1 file changed, 51 insertions(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/exynos/exynos9610.dtsi b/arch/arm64/boot/dts/exynos/exynos9610.dtsi index b76c6b016e5d..73119b51a58a 100644 --- a/arch/arm64/boot/dts/exynos/exynos9610.dtsi +++ b/arch/arm64/boot/dts/exynos/exynos9610.dtsi @@ -42,12 +42,62 @@ #address-cells = <2>; #size-cells = <0>; - cpu@100 { + cpu0: cpu@100 { device_type = "cpu"; compatible = "arm,cortex-a53", "arm,armv8"; + reg = <0x0 0x0>; + enable-method = "psci"; + }; + cpu1: cpu@101 { + device_type = "cpu"; + compatible = "arm,cortex-a53", "arm,armv8"; + reg = <0x0 0x1>; + enable-method = "psci"; + }; + cpu2: cpu@102 { + device_type = "cpu"; + compatible = "arm,cortex-a53", "arm,armv8"; + reg = <0x0 0x2>; + enable-method = "psci"; + }; + cpu3: cpu@103 { + device_type = "cpu"; + compatible = "arm,cortex-a53", "arm,armv8"; + reg = <0x0 0x3>; + enable-method = "psci"; + }; + cpu4: cpu@0 { + device_type = "cpu"; + compatible = "arm,cortex-a73", "arm,armv8"; reg = <0x0 0x100>; enable-method = "psci"; }; + cpu5: cpu@1 { + device_type = "cpu"; + compatible = "arm,cortex-a73", "arm,armv8"; + reg = <0x0 0x101>; + enable-method = "psci"; + }; + cpu6: cpu@2 { + device_type = "cpu"; + compatible = "arm,cortex-a73", "arm,armv8"; + reg = <0x0 0x102>; + enable-method = "psci"; + }; + cpu7: cpu@3 { + device_type = "cpu"; + compatible = "arm,cortex-a73", "arm,armv8"; + reg = <0x0 0x103>; + enable-method = "psci"; + }; + }; + + psci { + compatible = "arm,psci"; + method = "smc"; + cpu_suspend = <0xC4000001>; + cpu_off = <0x84000002>; + cpu_on = <0xC4000003>; }; gic:interrupt-controller@12300000 { -- 2.20.1