Skip to content

Commit

Permalink
ARM: dts: twl4030: Add madc
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Sebastian Reichel authored and Tony Lindgren committed May 6, 2014
1 parent c1ad220 commit b36c8ac
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/arm/boot/dts/twl4030.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
};
};

0 comments on commit b36c8ac

Please sign in to comment.