Skip to content

Commit 190b05d

Browse files
committed
Merge tag 'sunxi-fixes-for-5.9-1' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into arm/fixes
Two fixes for the Allwinner SoCs, one for the H5 GPU support and one for a misconfigured regulator on the Bananapi M2 Ultra. * tag 'sunxi-fixes-for-5.9-1' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux: arm64: dts: allwinner: h5: remove Mali GPU PMU module ARM: dts: sun8i: r40: bananapi-m2-ultra: Fix dcdc1 regulator Link: https://lore.kernel.org/r/8a436328-b844-4599-8695-ab2088a00ade.lettre@localhost Signed-off-by: Olof Johansson <olof@lixom.net>
2 parents abc7220 + 2933bf3 commit 190b05d

2 files changed

Lines changed: 7 additions & 9 deletions

File tree

arch/arm/boot/dts/sun8i-r40-bananapi-m2-ultra.dts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -223,16 +223,16 @@
223223
};
224224

225225
&reg_dc1sw {
226-
regulator-min-microvolt = <3000000>;
227-
regulator-max-microvolt = <3000000>;
226+
regulator-min-microvolt = <3300000>;
227+
regulator-max-microvolt = <3300000>;
228228
regulator-name = "vcc-gmac-phy";
229229
};
230230

231231
&reg_dcdc1 {
232232
regulator-always-on;
233-
regulator-min-microvolt = <3000000>;
234-
regulator-max-microvolt = <3000000>;
235-
regulator-name = "vcc-3v0";
233+
regulator-min-microvolt = <3300000>;
234+
regulator-max-microvolt = <3300000>;
235+
regulator-name = "vcc-3v3";
236236
};
237237

238238
&reg_dcdc2 {

arch/arm64/boot/dts/allwinner/sun50i-h5.dtsi

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,7 @@
139139
<GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>,
140140
<GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>,
141141
<GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH>,
142-
<GIC_SPI 107 IRQ_TYPE_LEVEL_HIGH>,
143-
<GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>;
142+
<GIC_SPI 107 IRQ_TYPE_LEVEL_HIGH>;
144143
interrupt-names = "gp",
145144
"gpmmu",
146145
"pp",
@@ -151,8 +150,7 @@
151150
"pp2",
152151
"ppmmu2",
153152
"pp3",
154-
"ppmmu3",
155-
"pmu";
153+
"ppmmu3";
156154
clocks = <&ccu CLK_BUS_GPU>, <&ccu CLK_GPU>;
157155
clock-names = "bus", "core";
158156
resets = <&ccu RST_BUS_GPU>;

0 commit comments

Comments
 (0)