Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1447253
| From | Maxime Ripard <maxime.ripard@free-electrons.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 3/4] ARM: dt: axp209: Add AXP209 GPIO driver |
| Date | 2016-07-20 16:20 +0200 |
| Message-ID | <rX0vU-2uN-25@gated-at.bofh.it> (permalink) |
| References | <rX0vU-2uN-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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>
---
arch/arm/boot/dts/axp209.dtsi | 6 ++++++
1 file changed, 6 insertions(+)
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>;
--
2.9.0
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v2 0/4] Add AXP209 GPIO driver Maxime Ripard <maxime.ripard@free-electrons.com> - 2016-07-20 16:20 +0200 [PATCH v2 3/4] ARM: dt: axp209: Add AXP209 GPIO driver Maxime Ripard <maxime.ripard@free-electrons.com> - 2016-07-20 16:20 +0200 [PATCH v2 1/4] gpio: Add AXP209 GPIO driver Maxime Ripard <maxime.ripard@free-electrons.com> - 2016-07-20 16:20 +0200 [PATCH v2 4/4] ARM: sun5i: chip: Add status LED Maxime Ripard <maxime.ripard@free-electrons.com> - 2016-07-20 16:20 +0200 [PATCH v2 2/4] mfd: axp20x: Add AXP209 GPIO driver to the mfd Maxime Ripard <maxime.ripard@free-electrons.com> - 2016-07-20 16:20 +0200
csiph-web