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

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
...@@ -268,10 +268,10 @@ ap_pinctrl: pinctrl { ...@@ -268,10 +268,10 @@ ap_pinctrl: pinctrl {
ap_gpio: gpio { ap_gpio: gpio {
compatible = "marvell,armada-8k-gpio"; compatible = "marvell,armada-8k-gpio";
offset = <0x1040>; offset = <0x1040>;
ngpios = <19>; ngpios = <20>;
gpio-controller; gpio-controller;
#gpio-cells = <2>; #gpio-cells = <2>;
gpio-ranges = <&ap_pinctrl 0 0 19>; gpio-ranges = <&ap_pinctrl 0 0 20>;
}; };
}; };
}; };
......
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