Commit 044542af authored by Kever Yang's avatar Kever Yang Committed by Heiko Stuebner

ARM: dts: rockchip: add reset for CPU nodes

This patch add reset for CPU nodes to use the reset controller.
Signed-off-by: default avatarKever Yang <kever.yang@rock-chips.com>
Tested-by: default avatarKevin Hilman <khilman@linaro.org>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 1123d412
......@@ -53,6 +53,7 @@ cpu0: cpu@500 {
device_type = "cpu";
compatible = "arm,cortex-a12";
reg = <0x500>;
resets = <&cru SRST_CORE0>;
operating-points = <
/* KHz uV */
1608000 1350000
......@@ -75,16 +76,19 @@ cpu@501 {
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>;
};
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment