Skip to content

Commit

Permalink
Merge tag 'mvebu-fixes-4.13-3' of git://git.infradead.org/linux-mvebu…
Browse files Browse the repository at this point in the history
… 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: Olof Johansson <olof@lixom.net>
  • Loading branch information
olofj committed Sep 1, 2017
2 parents fabed5a + a0ac89b commit 6f71a92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm64/boot/dts/marvell/armada-ap806.dtsi
Original file line number Diff line number Diff line change
@@ -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 comments on commit 6f71a92

Please sign in to comment.