aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm64/boot/dts/mediatek/mt8173.dtsi8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm64/boot/dts/mediatek/mt8173.dtsi b/arch/arm64/boot/dts/mediatek/mt8173.dtsi
index 94529b7cf84c..b6d25844f376 100644
--- a/arch/arm64/boot/dts/mediatek/mt8173.dtsi
+++ b/arch/arm64/boot/dts/mediatek/mt8173.dtsi
@@ -178,12 +178,12 @@
178 178
179 cpu2: cpu@100 { 179 cpu2: cpu@100 {
180 device_type = "cpu"; 180 device_type = "cpu";
181 compatible = "arm,cortex-a57"; 181 compatible = "arm,cortex-a72";
182 reg = <0x100>; 182 reg = <0x100>;
183 enable-method = "psci"; 183 enable-method = "psci";
184 cpu-idle-states = <&CPU_SLEEP_0>; 184 cpu-idle-states = <&CPU_SLEEP_0>;
185 #cooling-cells = <2>; 185 #cooling-cells = <2>;
186 clocks = <&infracfg CLK_INFRA_CA57SEL>, 186 clocks = <&infracfg CLK_INFRA_CA72SEL>,
187 <&apmixedsys CLK_APMIXED_MAINPLL>; 187 <&apmixedsys CLK_APMIXED_MAINPLL>;
188 clock-names = "cpu", "intermediate"; 188 clock-names = "cpu", "intermediate";
189 operating-points-v2 = <&cluster1_opp>; 189 operating-points-v2 = <&cluster1_opp>;
@@ -191,12 +191,12 @@
191 191
192 cpu3: cpu@101 { 192 cpu3: cpu@101 {
193 device_type = "cpu"; 193 device_type = "cpu";
194 compatible = "arm,cortex-a57"; 194 compatible = "arm,cortex-a72";
195 reg = <0x101>; 195 reg = <0x101>;
196 enable-method = "psci"; 196 enable-method = "psci";
197 cpu-idle-states = <&CPU_SLEEP_0>; 197 cpu-idle-states = <&CPU_SLEEP_0>;
198 #cooling-cells = <2>; 198 #cooling-cells = <2>;
199 clocks = <&infracfg CLK_INFRA_CA57SEL>, 199 clocks = <&infracfg CLK_INFRA_CA72SEL>,
200 <&apmixedsys CLK_APMIXED_MAINPLL>; 200 <&apmixedsys CLK_APMIXED_MAINPLL>;
201 clock-names = "cpu", "intermediate"; 201 clock-names = "cpu", "intermediate";
202 operating-points-v2 = <&cluster1_opp>; 202 operating-points-v2 = <&cluster1_opp>;