aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeiya Wang <seiya.wang@mediatek.com>2019-02-25 01:51:11 -0500
committerMatthias Brugger <matthias.bgg@gmail.com>2019-04-16 04:52:27 -0400
commit5c6e116dce57453ecbeb715e7f47208bca0c157c (patch)
treec9b8f4bbf937812d872d8002f519ce8728f38a5d
parent6969706399cc1687206bc47a10eee3706f0c32fd (diff)
arm64: dts: mt8173: correct cpu type of cpu2 and cpu3 to cortex-a72
The cpu type of cpu2 and cpu3 should be cortex-a72, not cortex-a57. Signed-off-by: Seiya Wang <seiya.wang@mediatek.com> Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
-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>;