ARM: dts: twl4030: Add madc
authorSebastian Reichel <sre@debian.org>
Tue, 18 Mar 2014 23:13:46 +0000 (00:13 +0100)
committerTony Lindgren <tony@atomide.com>
Tue, 6 May 2014 17:19:49 +0000 (10:19 -0700)
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>
arch/arm/boot/dts/twl4030.dtsi

index 86cfc7d..36ae916 100644 (file)
                keypad,num-rows = <8>;
                keypad,num-columns = <8>;
        };
+
+       twl_madc: madc {
+               compatible = "ti,twl4030-madc";
+               interrupts = <3>;
+               #io-channel-cells = <1>;
+       };
 };