diff options
author | Kever Yang <kever.yang@rock-chips.com> | 2014-10-15 19:23:05 +0200 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2014-11-02 14:47:04 +0100 |
commit | 044542af535f949a28c6193c7f93a183b290681d (patch) | |
tree | 8dd9bcdc72f3c224d0321f6d43fcad9b78d1b1b3 /arch | |
parent | ARM: dts: rockchip: add intmem node for rk3288 smp support (diff) | |
download | linux-044542af535f949a28c6193c7f93a183b290681d.tar.xz linux-044542af535f949a28c6193c7f93a183b290681d.zip |
ARM: dts: rockchip: add reset for CPU nodes
This patch add reset for CPU nodes to use the reset controller.
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Tested-by: Kevin Hilman <khilman@linaro.org>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/rk3288.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/rk3288.dtsi b/arch/arm/boot/dts/rk3288.dtsi index e3b8b4dfc631..6ffd0fb18971 100644 --- a/arch/arm/boot/dts/rk3288.dtsi +++ b/arch/arm/boot/dts/rk3288.dtsi @@ -53,6 +53,7 @@ device_type = "cpu"; compatible = "arm,cortex-a12"; reg = <0x500>; + resets = <&cru SRST_CORE0>; operating-points = < /* KHz uV */ 1608000 1350000 @@ -75,16 +76,19 @@ device_type = "cpu"; compatible = "arm,cortex-a12"; reg = <0x501>; + resets = <&cru SRST_CORE1>; }; cpu@502 { device_type = "cpu"; compatible = "arm,cortex-a12"; reg = <0x502>; + resets = <&cru SRST_CORE2>; }; cpu@503 { device_type = "cpu"; compatible = "arm,cortex-a12"; reg = <0x503>; + resets = <&cru SRST_CORE3>; }; }; |