From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH] DTS: ARM: TWL4030: Add madc Date: Mon, 5 May 2014 12:26:51 -0700 Message-ID: <20140505192651.GB25949@atomide.com> References: <1395184426-316-1-git-send-email-sre@debian.org> <1395184426-316-2-git-send-email-sre@debian.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1395184426-316-2-git-send-email-sre@debian.org> Sender: linux-omap-owner@vger.kernel.org To: Sebastian Reichel Cc: Sebastian Reichel , =?utf-8?Q?Beno=C3=AEt?= Cousson , devicetree@vger.kernel.org, linux-omap@vger.kernel.org List-Id: devicetree@vger.kernel.org * Sebastian Reichel [140318 16:17]: > Add madc node to twl4030, so that board DTS > files can simply reference the A/D converter. > > Signed-off-by: Sebastian Reichel Applying into omap-for-v3.16/dt thanks. Tony > --- > arch/arm/boot/dts/twl4030.dtsi | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/arch/arm/boot/dts/twl4030.dtsi b/arch/arm/boot/dts/twl4030.dtsi > index 86cfc7d..36ae916 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>; > + }; > }; > -- > 1.9.0 >