From: Huang, Tao Date: Thu, 2 Apr 2015 01:10:03 +0000 (+0800) Subject: arm64: rockchip: rk3368 support boot from little core without swap X-Git-Tag: firefly_0821_release~4158^2~244 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=6fb4a384a96f15bacdd8967069ad1e64a34a6729;p=firefly-linux-kernel-4.4.55.git arm64: rockchip: rk3368 support boot from little core without swap Signed-off-by: Huang, Tao --- diff --git a/arch/arm64/boot/dts/rk3368.dtsi b/arch/arm64/boot/dts/rk3368.dtsi index 37f6d0fc5374..9659f90855fa 100755 --- a/arch/arm64/boot/dts/rk3368.dtsi +++ b/arch/arm64/boot/dts/rk3368.dtsi @@ -48,59 +48,59 @@ }; }; - little0: cpu@100 { + little0: cpu@0 { device_type = "cpu"; compatible = "arm,cortex-a53", "arm,armv8"; - reg = <0x0 0x100>; + reg = <0x0 0x0>; enable-method = "psci"; cpu-idle-states = <&CPU_SLEEP_0>; }; - little1: cpu@101 { + little1: cpu@1 { device_type = "cpu"; compatible = "arm,cortex-a53", "arm,armv8"; - reg = <0x0 0x101>; + reg = <0x0 0x1>; enable-method = "psci"; cpu-idle-states = <&CPU_SLEEP_0>; }; - little2: cpu@102 { + little2: cpu@2 { device_type = "cpu"; compatible = "arm,cortex-a53", "arm,armv8"; - reg = <0x0 0x102>; + reg = <0x0 0x2>; enable-method = "psci"; cpu-idle-states = <&CPU_SLEEP_0>; }; - little3: cpu@103 { + little3: cpu@3 { device_type = "cpu"; compatible = "arm,cortex-a53", "arm,armv8"; - reg = <0x0 0x103>; + reg = <0x0 0x3>; enable-method = "psci"; cpu-idle-states = <&CPU_SLEEP_0>; }; - big0: cpu@0 { + big0: cpu@100 { device_type = "cpu"; compatible = "arm,cortex-a53", "arm,armv8"; - reg = <0x0 0x0>; + reg = <0x0 0x100>; enable-method = "psci"; cpu-idle-states = <&CPU_SLEEP_0>; }; - big1: cpu@1 { + big1: cpu@101 { device_type = "cpu"; compatible = "arm,cortex-a53", "arm,armv8"; - reg = <0x0 0x1>; + reg = <0x0 0x101>; enable-method = "psci"; cpu-idle-states = <&CPU_SLEEP_0>; }; - big2: cpu@2 { + big2: cpu@102 { device_type = "cpu"; compatible = "arm,cortex-a53", "arm,armv8"; - reg = <0x0 0x2>; + reg = <0x0 0x102>; enable-method = "psci"; cpu-idle-states = <&CPU_SLEEP_0>; }; - big3: cpu@3 { + big3: cpu@103 { device_type = "cpu"; compatible = "arm,cortex-a53", "arm,armv8"; - reg = <0x0 0x3>; + reg = <0x0 0x103>; enable-method = "psci"; cpu-idle-states = <&CPU_SLEEP_0>; };