summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/rk3288.dtsi
diff options
context:
space:
mode:
authorKever Yang <kever.yang@rock-chips.com>2014-10-15 10:23:05 -0700
committerHeiko Stuebner <heiko@sntech.de>2014-11-02 14:47:04 +0100
commit044542af535f949a28c6193c7f93a183b290681d (patch)
tree8dd9bcdc72f3c224d0321f6d43fcad9b78d1b1b3 /arch/arm/boot/dts/rk3288.dtsi
parent1123d412bb52807e173930f1b6e915adad24d61e (diff)
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/arm/boot/dts/rk3288.dtsi')
-rw-r--r--arch/arm/boot/dts/rk3288.dtsi4
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>;
};
};