Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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>;
};
};
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment