Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752529AbcDZR0I (ORCPT ); Tue, 26 Apr 2016 13:26:08 -0400 Received: from muru.com ([72.249.23.125]:52157 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751363AbcDZR0F (ORCPT ); Tue, 26 Apr 2016 13:26:05 -0400 Date: Tue, 26 Apr 2016 10:26:00 -0700 From: Tony Lindgren To: "H. Nikolaus Schaller" Cc: =?utf-8?Q?Beno=C3=AEt?= Cousson , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Russell King , ldewangan@nvidia.com, linux-omap@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, marek@goldelico.com, kernel@pyra-handheld.com, letux-kernel@openphoenux.org Subject: Re: [PATCH v2 1/5] ARM: dts: twl6030: describe gpadc Message-ID: <20160426172559.GH5995@atomide.com> References: <279e70c9badea0356944093f9493e09922c6974b.1461003660.git.hns@goldelico.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <279e70c9badea0356944093f9493e09922c6974b.1461003660.git.hns@goldelico.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 695 Lines: 27 * H. Nikolaus Schaller [160418 11:23]: > tested on Pandaboard ES. > > Signed-off-by: H. Nikolaus Schaller > --- > arch/arm/boot/dts/twl6030.dtsi | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/arch/arm/boot/dts/twl6030.dtsi b/arch/arm/boot/dts/twl6030.dtsi > index 55eb35f..c45f97f 100644 > --- a/arch/arm/boot/dts/twl6030.dtsi > +++ b/arch/arm/boot/dts/twl6030.dtsi > @@ -99,4 +99,10 @@ > compatible = "ti,twl6030-pwmled"; > #pwm-cells = <2>; > }; > + > + gpadc { > + compatible = "ti,twl6030-gpadc"; > + interrupts = <3>; > + #io-channel-cells = <1>; > + }; > }; Applying patches 1 & 2 into omap-for-v4.7/dt thanks. Tony