Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1301479
| From | "H. Nikolaus Schaller" <hns@goldelico.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 3/3] ARM: dts: twl6030: add gpadc |
| Date | 2016-01-05 13:10 +0100 |
| Message-ID | <qNyB6-2yO-61@gated-at.bofh.it> (permalink) |
| References | <qNyB4-2yO-11@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
tested on Pandaboard ES.
Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com>
---
arch/arm/boot/dts/twl6030.dtsi | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/arch/arm/boot/dts/twl6030.dtsi b/arch/arm/boot/dts/twl6030.dtsi
index 55eb35f..98e444d 100644
--- a/arch/arm/boot/dts/twl6030.dtsi
+++ b/arch/arm/boot/dts/twl6030.dtsi
@@ -99,4 +99,10 @@
compatible = "ti,twl6030-pwmled";
#pwm-cells = <2>;
};
+
+ adc {
+ compatible = "ti,twl6030-gpadc";
+ interrupts = <3>;
+ #io-channel-cells = <1>;
+ };
};
--
2.5.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH 0/3] Enable twl603x-GPADC for some OMAP4/OMAP5 boards and Palmas-RTC for OMAP5 "H. Nikolaus Schaller" <hns@goldelico.com> - 2016-01-05 13:10 +0100 [PATCH 2/3] ARM: dts: omap5-board-common: enable iio gpadc for Palmas "H. Nikolaus Schaller" <hns@goldelico.com> - 2016-01-05 13:10 +0100 [PATCH 3/3] ARM: dts: twl6030: add gpadc "H. Nikolaus Schaller" <hns@goldelico.com> - 2016-01-05 13:10 +0100
csiph-web