diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2016-02-28 00:55:29 +0100 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2016-08-22 15:16:43 +0200 |
commit | 614a749a1050fc87bad09ac5d155f269ed66aa80 (patch) | |
tree | 9eb418854be02f956e7cf2c4c82b6bc6848746f1 /arch/arm/boot/dts/axp209.dtsi | |
parent | ARM: dts: sun8i: Add ethernet1 alias to Orange Pi 2 dts (diff) | |
download | linux-614a749a1050fc87bad09ac5d155f269ed66aa80.tar.xz linux-614a749a1050fc87bad09ac5d155f269ed66aa80.zip |
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>
Diffstat (limited to 'arch/arm/boot/dts/axp209.dtsi')
-rw-r--r-- | arch/arm/boot/dts/axp209.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
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>; |