mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-07 20:58:14 -04:00
ARM: dts: rockchip: add cpu-core resets for rk3188
Specify the reset handles for each cpu core. Signed-off-by: Heiko Stuebner <heiko.stuebner@bq.com>
This commit is contained in:
committed by
Heiko Stuebner
parent
abcee7a863
commit
0222aac448
@@ -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>;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user