Commit 88bcc6fa authored by Arnd Bergmann's avatar Arnd Bergmann

Merge tag 'mvebu-fixes-6.2-1' of...

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-laptopSigned-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parents 45c73481 80502ffa
...@@ -304,7 +304,7 @@ spdif_pins: spdif-pins { ...@@ -304,7 +304,7 @@ spdif_pins: spdif-pins {
}; };
gpio0: gpio@18100 { gpio0: gpio@18100 {
compatible = "marvell,armadaxp-gpio", compatible = "marvell,armada-370-gpio",
"marvell,orion-gpio"; "marvell,orion-gpio";
reg = <0x18100 0x40>, <0x181c0 0x08>; reg = <0x18100 0x40>, <0x181c0 0x08>;
reg-names = "gpio", "pwm"; reg-names = "gpio", "pwm";
...@@ -323,7 +323,7 @@ gpio0: gpio@18100 { ...@@ -323,7 +323,7 @@ gpio0: gpio@18100 {
}; };
gpio1: gpio@18140 { gpio1: gpio@18140 {
compatible = "marvell,armadaxp-gpio", compatible = "marvell,armada-370-gpio",
"marvell,orion-gpio"; "marvell,orion-gpio";
reg = <0x18140 0x40>, <0x181c8 0x08>; reg = <0x18140 0x40>, <0x181c8 0x08>;
reg-names = "gpio", "pwm"; reg-names = "gpio", "pwm";
......
...@@ -213,7 +213,7 @@ nand_pins: nand-pins { ...@@ -213,7 +213,7 @@ nand_pins: nand-pins {
}; };
gpio0: gpio@18100 { gpio0: gpio@18100 {
compatible = "marvell,armadaxp-gpio", "marvell,orion-gpio"; compatible = "marvell,orion-gpio";
reg = <0x18100 0x40>; reg = <0x18100 0x40>;
ngpios = <32>; ngpios = <32>;
gpio-controller; gpio-controller;
...@@ -227,7 +227,7 @@ gpio0: gpio@18100 { ...@@ -227,7 +227,7 @@ gpio0: gpio@18100 {
}; };
gpio1: gpio@18140 { gpio1: gpio@18140 {
compatible = "marvell,armadaxp-gpio", "marvell,orion-gpio"; compatible = "marvell,orion-gpio";
reg = <0x18140 0x40>; reg = <0x18140 0x40>;
ngpios = <28>; ngpios = <28>;
gpio-controller; gpio-controller;
......
...@@ -98,7 +98,7 @@ uart0: serial@12000 { ...@@ -98,7 +98,7 @@ uart0: serial@12000 {
uart1: serial@12100 { uart1: serial@12100 {
compatible = "snps,dw-apb-uart"; compatible = "snps,dw-apb-uart";
reg = <0x11000 0x100>; reg = <0x12100 0x100>;
reg-shift = <2>; reg-shift = <2>;
interrupts = <GIC_SPI 84 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 84 IRQ_TYPE_LEVEL_HIGH>;
reg-io-width = <1>; reg-io-width = <1>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment