From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH v3 3/3] ARM: dts: omap5-uevm: enable iio gpadc for Palmas Date: Tue, 20 Oct 2015 09:24:26 -0700 Message-ID: <20151020162425.GH3078@atomide.com> References: <05c57453151c9e2cbd3f15145f1e15223410cd87.1445000017.git.hns@goldelico.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <05c57453151c9e2cbd3f15145f1e15223410cd87.1445000017.git.hns-xXXSsgcRVICgSpxsJD1C4w@public.gmane.org> Sender: linux-iio-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: "H. Nikolaus Schaller" Cc: Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , =?utf-8?Q?Beno=C3=AEt?= Cousson , Russell King , Marek Belisko , Pradeep Goudagunta , Laxman Dewangan , Graeme Gregory , jic23-tko9wxEg+fIOOJlXag/Snyp2UmYkHbXO@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, LKML , linux-omap , linux-iio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Grazvydas Ignotas , Lee Jones , Samuel Ortiz List-Id: devicetree@vger.kernel.org Hi, * H. Nikolaus Schaller [151016 05:58]: > Signed-off-by: H. Nikolaus Schaller > --- > arch/arm/boot/dts/omap5-uevm.dts | 10 ++++++++++ > 1 file changed, 10 insertions(+) > > diff --git a/arch/arm/boot/dts/omap5-uevm.dts b/arch/arm/boot/dts/omap5-uevm.dts > index 0e8128b..63f81bb 100644 > --- a/arch/arm/boot/dts/omap5-uevm.dts > +++ b/arch/arm/boot/dts/omap5-uevm.dts > @@ -342,6 +342,16 @@ > > ti,ldo6-vibrator; > > + gpadc { > + compatible = "ti,palmas-gpadc"; > + interrupts = <18 0 > + 16 0 > + 17 0>; > + #io-channel-cells = <1>; > + ti,channel0-current-microamp = <5>; > + ti,channel3-current-microamp = <10>; > + }; > + > regulators { > smps123_reg: smps123 { > /* VDD_OPP_MPU */ FYI, please send this one separately once the binding and driver is merged. This need to be updated arch/arm/boot/dts/omap5-board-common.dts, so this will cause merge conflicts if applied with the driver. Regards, Tony