Skip to content

Commit 4232db2

Browse files
committed
ARM: dts: Amlogic fixes for v5.2-rc - fix GPU interrupts and operating voltage * tag 'amlogic-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic: ARM: dts: meson8b: fix the operating voltage of the Mali GPU ARM: dts: meson8b: drop undocumented property from the Mali GPU node ARM: dts: meson8: fix GPU interrupts and drop an undocumented property Signed-off-by: Olof Johansson <[email protected]>
2 parents 2f7da15 + 26d6514 commit 4232db2

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

arch/arm/boot/dts/meson8.dtsi

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,8 @@
248248
<GIC_SPI 167 IRQ_TYPE_LEVEL_HIGH>,
249249
<GIC_SPI 168 IRQ_TYPE_LEVEL_HIGH>,
250250
<GIC_SPI 169 IRQ_TYPE_LEVEL_HIGH>,
251-
<GIC_SPI 172 IRQ_TYPE_LEVEL_HIGH>,
252-
<GIC_SPI 173 IRQ_TYPE_LEVEL_HIGH>,
251+
<GIC_SPI 170 IRQ_TYPE_LEVEL_HIGH>,
252+
<GIC_SPI 171 IRQ_TYPE_LEVEL_HIGH>,
253253
<GIC_SPI 172 IRQ_TYPE_LEVEL_HIGH>,
254254
<GIC_SPI 173 IRQ_TYPE_LEVEL_HIGH>,
255255
<GIC_SPI 174 IRQ_TYPE_LEVEL_HIGH>,
@@ -264,7 +264,6 @@
264264
clocks = <&clkc CLKID_CLK81>, <&clkc CLKID_MALI>;
265265
clock-names = "bus", "core";
266266
operating-points-v2 = <&gpu_opp_table>;
267-
switch-delay = <0xffff>;
268267
};
269268
};
270269
}; /* end of / */

arch/arm/boot/dts/meson8b.dtsi

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -163,23 +163,23 @@
163163

164164
opp-255000000 {
165165
opp-hz = /bits/ 64 <255000000>;
166-
opp-microvolt = <1150000>;
166+
opp-microvolt = <1100000>;
167167
};
168168
opp-364300000 {
169169
opp-hz = /bits/ 64 <364300000>;
170-
opp-microvolt = <1150000>;
170+
opp-microvolt = <1100000>;
171171
};
172172
opp-425000000 {
173173
opp-hz = /bits/ 64 <425000000>;
174-
opp-microvolt = <1150000>;
174+
opp-microvolt = <1100000>;
175175
};
176176
opp-510000000 {
177177
opp-hz = /bits/ 64 <510000000>;
178-
opp-microvolt = <1150000>;
178+
opp-microvolt = <1100000>;
179179
};
180180
opp-637500000 {
181181
opp-hz = /bits/ 64 <637500000>;
182-
opp-microvolt = <1150000>;
182+
opp-microvolt = <1100000>;
183183
turbo-mode;
184184
};
185185
};
@@ -229,7 +229,6 @@
229229
clocks = <&clkc CLKID_CLK81>, <&clkc CLKID_MALI>;
230230
clock-names = "bus", "core";
231231
operating-points-v2 = <&gpu_opp_table>;
232-
switch-delay = <0xffff>;
233232
};
234233
};
235234
}; /* end of / */

0 commit comments

Comments
 (0)