ARM: dt: axp209: Add AXP209 GPIO driver

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>
This commit is contained in:
Maxime Ripard 2016-02-27 15:55:29 -08:00
parent fbd073102c
commit 614a749a10

View file

@ -53,6 +53,12 @@
interrupt-controller; interrupt-controller;
#interrupt-cells = <1>; #interrupt-cells = <1>;
axp_gpio: gpio {
compatible = "x-powers,axp209-gpio";
gpio-controller;
#gpio-cells = <2>;
};
regulators { regulators {
/* Default work frequency for buck regulators */ /* Default work frequency for buck regulators */
x-powers,dcdc-freq = <1500>; x-powers,dcdc-freq = <1500>;