mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 12:57:06 +09:00
Revert "arm64: dts: rockchip: px30: disable cpu CLUSTER_SLEEP"
This reverts commit 3a13a2ae52.
Change-Id: I2e02f350ffb9b1b39cd21786b3683622729b2ec8
Signed-off-by: XiaoDong Huang <derrick.huang@rock-chips.com>
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
#cooling-cells = <2>;
|
||||
dynamic-power-coefficient = <90>;
|
||||
operating-points-v2 = <&cpu0_opp_table>;
|
||||
cpu-idle-states = <&CPU_SLEEP>;
|
||||
cpu-idle-states = <&CPU_SLEEP &CLUSTER_SLEEP>;
|
||||
};
|
||||
|
||||
cpu1: cpu@1 {
|
||||
@@ -62,7 +62,7 @@
|
||||
reg = <0x0 0x1>;
|
||||
enable-method = "psci";
|
||||
operating-points-v2 = <&cpu0_opp_table>;
|
||||
cpu-idle-states = <&CPU_SLEEP>;
|
||||
cpu-idle-states = <&CPU_SLEEP &CLUSTER_SLEEP>;
|
||||
};
|
||||
cpu2: cpu@2 {
|
||||
device_type = "cpu";
|
||||
@@ -70,7 +70,7 @@
|
||||
reg = <0x0 0x2>;
|
||||
enable-method = "psci";
|
||||
operating-points-v2 = <&cpu0_opp_table>;
|
||||
cpu-idle-states = <&CPU_SLEEP>;
|
||||
cpu-idle-states = <&CPU_SLEEP &CLUSTER_SLEEP>;
|
||||
};
|
||||
cpu3: cpu@3 {
|
||||
device_type = "cpu";
|
||||
@@ -78,7 +78,7 @@
|
||||
reg = <0x0 0x3>;
|
||||
enable-method = "psci";
|
||||
operating-points-v2 = <&cpu0_opp_table>;
|
||||
cpu-idle-states = <&CPU_SLEEP>;
|
||||
cpu-idle-states = <&CPU_SLEEP &CLUSTER_SLEEP>;
|
||||
};
|
||||
|
||||
idle-states {
|
||||
|
||||
Reference in New Issue
Block a user