Commit 614a749a authored by Maxime Ripard's avatar Maxime Ripard

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: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
Acked-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent fbd07310
......@@ -53,6 +53,12 @@ &axp209 {
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>;
......
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