Commit b36c8ac9 authored by Sebastian Reichel's avatar Sebastian Reichel Committed by Tony Lindgren

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: default avatarSebastian Reichel <sre@debian.org>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent c1ad2206
......@@ -152,4 +152,10 @@ twl_keypad: keypad {
keypad,num-rows = <8>;
keypad,num-columns = <8>;
};
twl_madc: madc {
compatible = "ti,twl4030-madc";
interrupts = <3>;
#io-channel-cells = <1>;
};
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment