ARM: dt: axp209: Add AXP209 GPIO driver
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Sat, 27 Feb 2016 23:55:29 +0000 (15:55 -0800)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Mon, 22 Aug 2016 13:16:43 +0000 (15:16 +0200)
Add the AXP209 GPIO node to our AXP209 DTSI so that boards can use it.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/boot/dts/axp209.dtsi

index afbe89c..675bb0f 100644 (file)
        interrupt-controller;
        #interrupt-cells = <1>;
 
+       axp_gpio: gpio {
+               compatible = "x-powers,axp209-gpio";
+               gpio-controller;
+               #gpio-cells = <2>;
+       };
+
        regulators {
                /* Default work frequency for buck regulators */
                x-powers,dcdc-freq = <1500>;