Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756878Ab3EaQNG (ORCPT ); Fri, 31 May 2013 12:13:06 -0400 Received: from smtp4.epfl.ch ([128.178.224.219]:50669 "HELO smtp4.epfl.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1753687Ab3EaQNB (ORCPT ); Fri, 31 May 2013 12:13:01 -0400 Message-ID: <51A8CC08.6090305@epfl.ch> Date: Fri, 31 May 2013 18:12:56 +0200 From: Florian Vaussard Reply-To: florian.vaussard@epfl.ch User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130514 Thunderbird/17.0.6 MIME-Version: 1.0 To: Dan Murphy CC: b-cousson@ti.com, tony@atomide.com, linux@arm.linux.org.uk, linux-omap@vger.kernel.org, devicetree-discuss@lists.ozlabs.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v1] ARM: dts: omap4-panda: Update the twl6040 gpio to macro definition References: <1370015122-26792-1-git-send-email-dmurphy@ti.com> In-Reply-To: <1370015122-26792-1-git-send-email-dmurphy@ti.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1261 Lines: 34 Hello Dan, On 05/31/2013 05:45 PM, Dan Murphy wrote: > Update the dt property ti,audpwron-gpio to use the > gpio macro definition for GPIO_ACTIVE_HIGH. > > Signed-off-by: Dan Murphy > --- > arch/arm/boot/dts/omap4-panda-common.dtsi | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/arch/arm/boot/dts/omap4-panda-common.dtsi b/arch/arm/boot/dts/omap4-panda-common.dtsi > index 800fa4e..00cbaa5 100644 > --- a/arch/arm/boot/dts/omap4-panda-common.dtsi > +++ b/arch/arm/boot/dts/omap4-panda-common.dtsi > @@ -190,7 +190,7 @@ > /* IRQ# = 119 */ > interrupts = ; /* IRQ_SYS_2N cascaded to gic */ > interrupt-parent = <&gic>; > - ti,audpwron-gpio = <&gpio4 31 0>; /* gpio line 127 */ > + ti,audpwron-gpio = <&gpio4 31 GPIO_ACTIVE_HIGH>; /* gpio line 127 */ > > vio-supply = <&v1v8>; > v2v1-supply = <&v2v1>; > I missed it during the conversion, thank you. Reviewed-by: Florian Vaussard -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/