summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Reichel <sre@debian.org>2014-02-24 01:52:41 +0100
committerSebastian Reichel <sre@kernel.org>2014-04-26 01:48:59 +0200
commite542e5574ac8ab3b70edb138d81f1e6e50597421 (patch)
treee343398c29a7fe31704e8b46a17040d1fd1af1a6
parentb803159b9240cf61e559ca0adeb517c2711b9b1e (diff)
downloadlinux-e542e5574ac8ab3b70edb138d81f1e6e50597421.tar.bz2
DTS: ARM: TWL4030: Add madc
Add madc node to twl4030, so that board DTS files can simply reference the A/D converter. Signed-off-by: Sebastian Reichel <sre@debian.org>
-rw-r--r--arch/arm/boot/dts/twl4030.dtsi6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/twl4030.dtsi b/arch/arm/boot/dts/twl4030.dtsi
index 86cfc7d15ca7..36ae9160b558 100644
--- a/arch/arm/boot/dts/twl4030.dtsi
+++ b/arch/arm/boot/dts/twl4030.dtsi
@@ -152,4 +152,10 @@
keypad,num-rows = <8>;
keypad,num-columns = <8>;
};
+
+ twl_madc: madc {
+ compatible = "ti,twl4030-madc";
+ interrupts = <3>;
+ #io-channel-cells = <1>;
+ };
};