Skip to content

Commit 88bcc6f

Browse files
committed
Merge tag 'mvebu-fixes-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu into arm/fixes
mvebu fixes for 6.2 (part 1) Fix regression for gpio support on Armada 38x and Armada 38x Fix address for UART1 on AC5/AC5X * tag 'mvebu-fixes-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu: arm64: dts: marvell: AC5/AC5X: Fix address for UART1 Revert "ARM: dts: armada-39x: Fix compatible string for gpios" Revert "ARM: dts: armada-38x: Fix compatible string for gpios" Link: https://lore.kernel.org/r/87mt6mg08k.fsf@BL-laptop Signed-off-by: Arnd Bergmann <[email protected]>
2 parents 45c7348 + 80502ff commit 88bcc6f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

arch/arm/boot/dts/armada-38x.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@
304304
};
305305

306306
gpio0: gpio@18100 {
307-
compatible = "marvell,armadaxp-gpio",
307+
compatible = "marvell,armada-370-gpio",
308308
"marvell,orion-gpio";
309309
reg = <0x18100 0x40>, <0x181c0 0x08>;
310310
reg-names = "gpio", "pwm";
@@ -323,7 +323,7 @@
323323
};
324324

325325
gpio1: gpio@18140 {
326-
compatible = "marvell,armadaxp-gpio",
326+
compatible = "marvell,armada-370-gpio",
327327
"marvell,orion-gpio";
328328
reg = <0x18140 0x40>, <0x181c8 0x08>;
329329
reg-names = "gpio", "pwm";

arch/arm/boot/dts/armada-39x.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@
213213
};
214214

215215
gpio0: gpio@18100 {
216-
compatible = "marvell,armadaxp-gpio", "marvell,orion-gpio";
216+
compatible = "marvell,orion-gpio";
217217
reg = <0x18100 0x40>;
218218
ngpios = <32>;
219219
gpio-controller;
@@ -227,7 +227,7 @@
227227
};
228228

229229
gpio1: gpio@18140 {
230-
compatible = "marvell,armadaxp-gpio", "marvell,orion-gpio";
230+
compatible = "marvell,orion-gpio";
231231
reg = <0x18140 0x40>;
232232
ngpios = <28>;
233233
gpio-controller;

arch/arm64/boot/dts/marvell/ac5-98dx25xx.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898

9999
uart1: serial@12100 {
100100
compatible = "snps,dw-apb-uart";
101-
reg = <0x11000 0x100>;
101+
reg = <0x12100 0x100>;
102102
reg-shift = <2>;
103103
interrupts = <GIC_SPI 84 IRQ_TYPE_LEVEL_HIGH>;
104104
reg-io-width = <1>;

0 commit comments

Comments
 (0)