From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756207Ab3JJQrI (ORCPT ); Thu, 10 Oct 2013 12:47:08 -0400 Received: from mho-03-ewr.mailhop.org ([204.13.248.66]:42928 "EHLO mho-01-ewr.mailhop.org" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754594Ab3JJQrF (ORCPT ); Thu, 10 Oct 2013 12:47:05 -0400 X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 50.131.214.131 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1/oqDXZeYzB4jT+BgoVJBw+ Date: Thu, 10 Oct 2013 09:47:02 -0700 From: Tony Lindgren To: Nishanth Menon Cc: =?utf-8?Q?Beno=C3=AEt?= Cousson , Rajendra Nayak , linux-omap@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ARM: dts: omap4-panda-es: Do not reset gpio1 Message-ID: <20131010164702.GF29913@atomide.com> References: <1381313521-10422-1-git-send-email-rnayak@ti.com> <1381423481-5920-1-git-send-email-nm@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1381423481-5920-1-git-send-email-nm@ti.com> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Nishanth Menon [131010 09:53]: > Do not reset GPIO1 at boot-up because GPIO 7 in GPIO1 block is used on > OMAP4460 PandaBoard-ES to select voltage register in TPS62361 which > supplies VDD_MPU. > > Without this, OMAP4460 PandaBoard-ES boards fail to boot-up because > MPU voltage switches over to VSET0 voltage value (boot voltage) which > is not sufficient to operate the device at OPP100. Is this needs as a fix for the -rc series? Tony > Signed-off-by: Nishanth Menon > --- > As explained here: http://marc.info/?l=u-boot&m=133066647800872&w=2 > > GPIO1 reset causes PandaBoard-ES to stop functioning. > This depends on Patch series from Rajendra: > http://marc.info/?l=linux-doc&m=138131355520116&w=2 > Applies on Benoit's for_13/dts branch: > https://git.kernel.org/cgit/linux/kernel/git/bcousson/linux-omap-dt.git/log/?h=for_3.13/dts > > Tested on PandaBoard-ES without the u-boot uenv hack > > arch/arm/boot/dts/omap4-panda-es.dts | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/arch/arm/boot/dts/omap4-panda-es.dts b/arch/arm/boot/dts/omap4-panda-es.dts > index 56c4354..816d1c9 100644 > --- a/arch/arm/boot/dts/omap4-panda-es.dts > +++ b/arch/arm/boot/dts/omap4-panda-es.dts > @@ -62,3 +62,7 @@ > gpios = <&gpio1 8 GPIO_ACTIVE_HIGH>; > }; > }; > + > +&gpio1 { > + ti,no-reset-on-init; > +}; > -- > 1.7.9.5 > > -- > 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/ From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Thu, 10 Oct 2013 09:47:02 -0700 Subject: [PATCH] ARM: dts: omap4-panda-es: Do not reset gpio1 In-Reply-To: <1381423481-5920-1-git-send-email-nm@ti.com> References: <1381313521-10422-1-git-send-email-rnayak@ti.com> <1381423481-5920-1-git-send-email-nm@ti.com> Message-ID: <20131010164702.GF29913@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org * Nishanth Menon [131010 09:53]: > Do not reset GPIO1 at boot-up because GPIO 7 in GPIO1 block is used on > OMAP4460 PandaBoard-ES to select voltage register in TPS62361 which > supplies VDD_MPU. > > Without this, OMAP4460 PandaBoard-ES boards fail to boot-up because > MPU voltage switches over to VSET0 voltage value (boot voltage) which > is not sufficient to operate the device at OPP100. Is this needs as a fix for the -rc series? Tony > Signed-off-by: Nishanth Menon > --- > As explained here: http://marc.info/?l=u-boot&m=133066647800872&w=2 > > GPIO1 reset causes PandaBoard-ES to stop functioning. > This depends on Patch series from Rajendra: > http://marc.info/?l=linux-doc&m=138131355520116&w=2 > Applies on Benoit's for_13/dts branch: > https://git.kernel.org/cgit/linux/kernel/git/bcousson/linux-omap-dt.git/log/?h=for_3.13/dts > > Tested on PandaBoard-ES without the u-boot uenv hack > > arch/arm/boot/dts/omap4-panda-es.dts | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/arch/arm/boot/dts/omap4-panda-es.dts b/arch/arm/boot/dts/omap4-panda-es.dts > index 56c4354..816d1c9 100644 > --- a/arch/arm/boot/dts/omap4-panda-es.dts > +++ b/arch/arm/boot/dts/omap4-panda-es.dts > @@ -62,3 +62,7 @@ > gpios = <&gpio1 8 GPIO_ACTIVE_HIGH>; > }; > }; > + > +&gpio1 { > + ti,no-reset-on-init; > +}; > -- > 1.7.9.5 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to majordomo at vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/