Skip to content

Commit 7a970d7

Browse files
committed
arm64: dts: rockchip: remove unneeded idle-states for rk3368
ATF and Linux support system suspend, so we don't need define idle-states to support suspend. RK3368 don't support any idle state other then WFI. Just remove it. Change-Id: Ifa95862b4998287560cd2214ff6b5763a9d6ce02 Signed-off-by: Huang, Tao <huangtao@rock-chips.com>
1 parent 10f1d16 commit 7a970d7

1 file changed

Lines changed: 0 additions & 20 deletions

File tree

arch/arm64/boot/dts/rockchip/rk3368.dtsi

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -112,23 +112,10 @@
112112
};
113113
};
114114

115-
idle-states {
116-
entry-method = "psci";
117-
118-
cpu_sleep: cpu-sleep-0 {
119-
compatible = "arm,idle-state";
120-
arm,psci-suspend-param = <0x1010000>;
121-
entry-latency-us = <0x3fffffff>;
122-
exit-latency-us = <0x40000000>;
123-
min-residency-us = <0xffffffff>;
124-
};
125-
};
126-
127115
cpu_l0: cpu@0 {
128116
device_type = "cpu";
129117
compatible = "arm,cortex-a53", "arm,armv8";
130118
reg = <0x0 0x0>;
131-
cpu-idle-states = <&cpu_sleep>;
132119
enable-method = "psci";
133120
clocks = <&cru ARMCLKL>;
134121
operating-points-v2 = <&cluster0_opp>;
@@ -141,7 +128,6 @@
141128
device_type = "cpu";
142129
compatible = "arm,cortex-a53", "arm,armv8";
143130
reg = <0x0 0x1>;
144-
cpu-idle-states = <&cpu_sleep>;
145131
enable-method = "psci";
146132
clocks = <&cru ARMCLKL>;
147133
operating-points-v2 = <&cluster0_opp>;
@@ -152,7 +138,6 @@
152138
device_type = "cpu";
153139
compatible = "arm,cortex-a53", "arm,armv8";
154140
reg = <0x0 0x2>;
155-
cpu-idle-states = <&cpu_sleep>;
156141
enable-method = "psci";
157142
clocks = <&cru ARMCLKL>;
158143
operating-points-v2 = <&cluster0_opp>;
@@ -163,7 +148,6 @@
163148
device_type = "cpu";
164149
compatible = "arm,cortex-a53", "arm,armv8";
165150
reg = <0x0 0x3>;
166-
cpu-idle-states = <&cpu_sleep>;
167151
enable-method = "psci";
168152
clocks = <&cru ARMCLKL>;
169153
operating-points-v2 = <&cluster0_opp>;
@@ -174,7 +158,6 @@
174158
device_type = "cpu";
175159
compatible = "arm,cortex-a53", "arm,armv8";
176160
reg = <0x0 0x100>;
177-
cpu-idle-states = <&cpu_sleep>;
178161
enable-method = "psci";
179162
clocks = <&cru ARMCLKB>;
180163
operating-points-v2 = <&cluster1_opp>;
@@ -187,7 +170,6 @@
187170
device_type = "cpu";
188171
compatible = "arm,cortex-a53", "arm,armv8";
189172
reg = <0x0 0x101>;
190-
cpu-idle-states = <&cpu_sleep>;
191173
enable-method = "psci";
192174
clocks = <&cru ARMCLKB>;
193175
operating-points-v2 = <&cluster1_opp>;
@@ -198,7 +180,6 @@
198180
device_type = "cpu";
199181
compatible = "arm,cortex-a53", "arm,armv8";
200182
reg = <0x0 0x102>;
201-
cpu-idle-states = <&cpu_sleep>;
202183
enable-method = "psci";
203184
clocks = <&cru ARMCLKB>;
204185
operating-points-v2 = <&cluster1_opp>;
@@ -209,7 +190,6 @@
209190
device_type = "cpu";
210191
compatible = "arm,cortex-a53", "arm,armv8";
211192
reg = <0x0 0x103>;
212-
cpu-idle-states = <&cpu_sleep>;
213193
enable-method = "psci";
214194
clocks = <&cru ARMCLKB>;
215195
operating-points-v2 = <&cluster1_opp>;

0 commit comments

Comments
 (0)