File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Documentation/devicetree/bindings/cpufreq Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -202,23 +202,23 @@ Example 2 (MT8173 SoC):
202
202
203
203
cpu2: cpu@100 {
204
204
device_type = "cpu";
205
- compatible = "arm,cortex-a57 ";
205
+ compatible = "arm,cortex-a72 ";
206
206
reg = <0x100>;
207
207
enable-method = "psci";
208
208
cpu-idle-states = <&CPU_SLEEP_0>;
209
- clocks = <&infracfg CLK_INFRA_CA57SEL >,
209
+ clocks = <&infracfg CLK_INFRA_CA72SEL >,
210
210
<&apmixedsys CLK_APMIXED_MAINPLL>;
211
211
clock-names = "cpu", "intermediate";
212
212
operating-points-v2 = <&cpu_opp_table_b>;
213
213
};
214
214
215
215
cpu3: cpu@101 {
216
216
device_type = "cpu";
217
- compatible = "arm,cortex-a57 ";
217
+ compatible = "arm,cortex-a72 ";
218
218
reg = <0x101>;
219
219
enable-method = "psci";
220
220
cpu-idle-states = <&CPU_SLEEP_0>;
221
- clocks = <&infracfg CLK_INFRA_CA57SEL >,
221
+ clocks = <&infracfg CLK_INFRA_CA72SEL >,
222
222
<&apmixedsys CLK_APMIXED_MAINPLL>;
223
223
clock-names = "cpu", "intermediate";
224
224
operating-points-v2 = <&cpu_opp_table_b>;
You can’t perform that action at this time.
0 commit comments