ARM: dtsi: axp81x: add GPIO DT node
authorQuentin Schulz <[email protected]>
Fri, 1 Dec 2017 13:44:50 +0000 (14:44 +0100)
committerMaxime Ripard <[email protected]>
Tue, 5 Dec 2017 09:33:55 +0000 (10:33 +0100)
This adds DT node for the GPIO/pinctrl part present in AXP813/AXP818.

Signed-off-by: Quentin Schulz <[email protected]>
Acked-by: Linus Walleij <[email protected]>
Acked-by: Chen-Yu Tsai <[email protected]>
Signed-off-by: Maxime Ripard <[email protected]>
arch/arm/boot/dts/axp81x.dtsi

index 73b761f850c54ca3e5acb02b2414659550f54c93..0ef959d980c9c020eeb8386ec421876def7cf4cc 100644 (file)
        interrupt-controller;
        #interrupt-cells = <1>;
 
+       axp_gpio: axp-gpio {
+               compatible = "x-powers,axp813-gpio";
+               gpio-controller;
+               #gpio-cells = <2>;
+       };
+
        regulators {
                /* Default work frequency for buck regulators */
                x-powers,dcdc-freq = <3000>;