From: Maxime Ripard Date: Sat, 27 Feb 2016 23:55:29 +0000 (-0800) Subject: ARM: dt: axp209: Add AXP209 GPIO driver X-Git-Tag: v4.9-rc1~74^2~7^2~35 X-Git-Url: http://git.cascardo.info/?p=cascardo%2Flinux.git;a=commitdiff_plain;h=614a749a1050fc87bad09ac5d155f269ed66aa80 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 Acked-by: Linus Walleij --- diff --git a/arch/arm/boot/dts/axp209.dtsi b/arch/arm/boot/dts/axp209.dtsi index afbe89c01df5..675bb0f30825 100644 --- a/arch/arm/boot/dts/axp209.dtsi +++ b/arch/arm/boot/dts/axp209.dtsi @@ -53,6 +53,12 @@ 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>;