diff options
author | Sebastian Reichel <sre@debian.org> | 2014-03-19 00:13:46 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-05-06 19:19:49 +0200 |
commit | b36c8ac9a9016dcf047a48c3072e12247a75e36a (patch) | |
tree | 2b6124d0a3868ed1c6c488ca1cdbb8d8731b057c /arch/arm/boot/dts | |
parent | ARM: dts: omap3-n900: Add WL1251 support (diff) | |
download | linux-b36c8ac9a9016dcf047a48c3072e12247a75e36a.tar.xz linux-b36c8ac9a9016dcf047a48c3072e12247a75e36a.zip |
ARM: dts: 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>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r-- | arch/arm/boot/dts/twl4030.dtsi | 6 |
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>; + }; }; |