Merge commit '81fd23e2b3ccf71c807e671444e8accaba98ca53' of https://git.pengutronix...
[linux-2.6-microblaze.git] / Documentation / devicetree / bindings / cpufreq / cpufreq-mediatek.txt
index ea4994b..ef68711 100644 (file)
@@ -202,11 +202,11 @@ Example 2 (MT8173 SoC):
 
        cpu2: cpu@100 {
                device_type = "cpu";
-               compatible = "arm,cortex-a57";
+               compatible = "arm,cortex-a72";
                reg = <0x100>;
                enable-method = "psci";
                cpu-idle-states = <&CPU_SLEEP_0>;
-               clocks = <&infracfg CLK_INFRA_CA57SEL>,
+               clocks = <&infracfg CLK_INFRA_CA72SEL>,
                         <&apmixedsys CLK_APMIXED_MAINPLL>;
                clock-names = "cpu", "intermediate";
                operating-points-v2 = <&cpu_opp_table_b>;
@@ -214,11 +214,11 @@ Example 2 (MT8173 SoC):
 
        cpu3: cpu@101 {
                device_type = "cpu";
-               compatible = "arm,cortex-a57";
+               compatible = "arm,cortex-a72";
                reg = <0x101>;
                enable-method = "psci";
                cpu-idle-states = <&CPU_SLEEP_0>;
-               clocks = <&infracfg CLK_INFRA_CA57SEL>,
+               clocks = <&infracfg CLK_INFRA_CA72SEL>,
                         <&apmixedsys CLK_APMIXED_MAINPLL>;
                clock-names = "cpu", "intermediate";
                operating-points-v2 = <&cpu_opp_table_b>;