Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6f71a925 authored by Olof Johansson's avatar Olof Johansson
Browse files

Merge tag 'mvebu-fixes-4.13-3' of git://git.infradead.org/linux-mvebu into fixes

mvebu fixes for 4.13 (part 3)

Fix number of GPIOs in AP806 description for Armada 7K/8K

* tag 'mvebu-fixes-4.13-3' of git://git.infradead.org/linux-mvebu

:
  arm64: dts: marvell: fix number of GPIOs in Armada AP806 description

Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parents fabed5ad a0ac89b5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -268,10 +268,10 @@
				ap_gpio: gpio {
					compatible = "marvell,armada-8k-gpio";
					offset = <0x1040>;
					ngpios = <19>;
					ngpios = <20>;
					gpio-controller;
					#gpio-cells = <2>;
					gpio-ranges = <&ap_pinctrl 0 0 19>;
					gpio-ranges = <&ap_pinctrl 0 0 20>;
				};
			};
		};