Commit 0222aac4 authored by Heiko Stuebner's avatar Heiko Stuebner Committed by Heiko Stuebner

ARM: dts: rockchip: add cpu-core resets for rk3188

Specify the reset handles for each cpu core.
Signed-off-by: default avatarHeiko Stuebner <heiko.stuebner@bq.com>
parent abcee7a8
......@@ -26,6 +26,7 @@ cpu0: cpu@0 {
clock-latency = <40000>;
clocks = <&cru ARMCLK>;
operating-points-v2 = <&cpu0_opp_table>;
resets = <&cru SRST_CORE0>;
};
cpu@1 {
device_type = "cpu";
......@@ -33,6 +34,7 @@ cpu@1 {
next-level-cache = <&L2>;
reg = <0x1>;
operating-points-v2 = <&cpu0_opp_table>;
resets = <&cru SRST_CORE1>;
};
cpu@2 {
device_type = "cpu";
......@@ -40,6 +42,7 @@ cpu@2 {
next-level-cache = <&L2>;
reg = <0x2>;
operating-points-v2 = <&cpu0_opp_table>;
resets = <&cru SRST_CORE2>;
};
cpu@3 {
device_type = "cpu";
......@@ -47,6 +50,7 @@ cpu@3 {
next-level-cache = <&L2>;
reg = <0x3>;
operating-points-v2 = <&cpu0_opp_table>;
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