Skip to content

Commit 9821a19

Browse files
Seiya-Pegasusvireshk
authored andcommitted
dt-bindings: cpufreq: update cpu type and clock name for MT8173 SoC
Update the cpu type of cpu2 and cpu3 since MT8173 used Cortex-a72. Acked-by: Viresh Kumar <[email protected]> Acked-by: Rob Herring <[email protected]> Reviewed-by: Matthias Brugger <[email protected]> Signed-off-by: Seiya Wang <[email protected]> Signed-off-by: Viresh Kumar <[email protected]>
1 parent eed8288 commit 9821a19

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Documentation/devicetree/bindings/cpufreq/cpufreq-mediatek.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -202,23 +202,23 @@ Example 2 (MT8173 SoC):
202202

203203
cpu2: cpu@100 {
204204
device_type = "cpu";
205-
compatible = "arm,cortex-a57";
205+
compatible = "arm,cortex-a72";
206206
reg = <0x100>;
207207
enable-method = "psci";
208208
cpu-idle-states = <&CPU_SLEEP_0>;
209-
clocks = <&infracfg CLK_INFRA_CA57SEL>,
209+
clocks = <&infracfg CLK_INFRA_CA72SEL>,
210210
<&apmixedsys CLK_APMIXED_MAINPLL>;
211211
clock-names = "cpu", "intermediate";
212212
operating-points-v2 = <&cpu_opp_table_b>;
213213
};
214214

215215
cpu3: cpu@101 {
216216
device_type = "cpu";
217-
compatible = "arm,cortex-a57";
217+
compatible = "arm,cortex-a72";
218218
reg = <0x101>;
219219
enable-method = "psci";
220220
cpu-idle-states = <&CPU_SLEEP_0>;
221-
clocks = <&infracfg CLK_INFRA_CA57SEL>,
221+
clocks = <&infracfg CLK_INFRA_CA72SEL>,
222222
<&apmixedsys CLK_APMIXED_MAINPLL>;
223223
clock-names = "cpu", "intermediate";
224224
operating-points-v2 = <&cpu_opp_table_b>;

0 commit comments

Comments
 (0)