Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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>;
	};
};