All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nishanth Menon <nm@ti.com>
To: Lokesh Vutla <lokeshvutla@ti.com>,
	linux-omap@vger.kernel.org, bcousson@baylibre.com
Cc: linux-arm-kernel@lists.infradead.org, tony@atomide.com,
	devicetree@vger.kernel.org, nsekhar@ti.com, rnayak@ti.com,
	mark.rutland@arm.com, Dave Gerlach <d-gerlach@ti.com>
Subject: Re: [PATCH] ARM: dts: am437x-gp-evm: Do not reset gpio5
Date: Tue, 25 Mar 2014 10:02:21 -0500	[thread overview]
Message-ID: <53319A7D.1060904@ti.com> (raw)
In-Reply-To: <1395379213-15451-1-git-send-email-lokeshvutla@ti.com>

On 03/21/2014 12:20 AM, Lokesh Vutla wrote:
> From: Dave Gerlach <d-gerlach@ti.com>
> 
> Do not reset GPIO5 at boot-up because GPIO5_7 is used
> on AM437x GP-EVM to control VTT regulators on DDR3.
> Without this some GP-EVM boards will fail to boot because
> of DDR3 corruption.
> 
> Reported-by: Nishanth Menon <nm@ti.com>
> Tested-by: Nishanth Menon <nm@ti.com>
> Signed-off-by: Dave Gerlach <d-gerlach@ti.com>
> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
> ---
> This is applied on top of current linux-next.
> git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
> 
>  arch/arm/boot/dts/am437x-gp-evm.dts |    5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/am437x-gp-evm.dts b/arch/arm/boot/dts/am437x-gp-evm.dts
> index df8798e..a055f7f 100644
> --- a/arch/arm/boot/dts/am437x-gp-evm.dts
> +++ b/arch/arm/boot/dts/am437x-gp-evm.dts
> @@ -117,6 +117,11 @@
>  	status = "okay";
>  };
>  
> +&gpio5 {
> +	status = "okay";
> +	ti,no-reset-on-init;
> +};
> +
>  &mmc1 {
>  	status = "okay";
>  	vmmc-supply = <&vmmcsd_fixed>;
> 


Tony,
any chance of having this in 3.15 cycle?

as of today's linux-next tag, the only platform I have that does not
boot is due to the lack of this patch.


next-20140325-omap2plus_defconfig
 1: am335x-evm:  Boot PASS: http://slexy.org/raw/s20o6CfGL8
 2:  am335x-sk:  Boot PASS: http://slexy.org/raw/s2Ogu1zPtD
 3: am3517-evm:  Boot PASS: http://slexy.org/raw/s2m2WhHYO8
 4:  am37x-evm:  Boot PASS: http://slexy.org/raw/s2jOybaVno
 5: am43xx-epos:  Boot PASS: http://slexy.org/raw/s21tt52N4b
 6: am43xx-gpevm:  Boot FAIL: http://slexy.org/raw/s21eDQmFWJ
 7: beagleboard:  Boot PASS: http://slexy.org/raw/s2q7vzrZHb
 8: beaglebone-black:  Boot PASS: http://slexy.org/raw/s2HCAJVz0H
 9: beaglebone:  Boot PASS: http://slexy.org/raw/s2NioACYsM
10: craneboard:  Boot PASS: http://slexy.org/raw/s2s7jyo52c
11:       dra7:  Boot PASS: http://slexy.org/raw/s2OQ1BMerx
12:        ldp:  Boot PASS: http://slexy.org/raw/s2cWgQrdjb
13: pandaboard-es:  Boot PASS: http://slexy.org/raw/s2lOaznVLO
14:    sdp2430:  Boot PASS: http://slexy.org/raw/s21RCJlUDU
15:    sdp3430:  Boot PASS: http://slexy.org/raw/s2181J9eWO
16:    sdp4430:  Boot PASS: http://slexy.org/raw/s20UumAiXK
17: OMAP5432uEVM:  Boot PASS: http://slexy.org/raw/s21ypXvTNc
TOTAL = 17 boards, Booted Boards = 16, No Boot boards = 1

-- 
Regards,
Nishanth Menon

WARNING: multiple messages have this Message-ID (diff)
From: nm@ti.com (Nishanth Menon)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: dts: am437x-gp-evm: Do not reset gpio5
Date: Tue, 25 Mar 2014 10:02:21 -0500	[thread overview]
Message-ID: <53319A7D.1060904@ti.com> (raw)
In-Reply-To: <1395379213-15451-1-git-send-email-lokeshvutla@ti.com>

On 03/21/2014 12:20 AM, Lokesh Vutla wrote:
> From: Dave Gerlach <d-gerlach@ti.com>
> 
> Do not reset GPIO5 at boot-up because GPIO5_7 is used
> on AM437x GP-EVM to control VTT regulators on DDR3.
> Without this some GP-EVM boards will fail to boot because
> of DDR3 corruption.
> 
> Reported-by: Nishanth Menon <nm@ti.com>
> Tested-by: Nishanth Menon <nm@ti.com>
> Signed-off-by: Dave Gerlach <d-gerlach@ti.com>
> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
> ---
> This is applied on top of current linux-next.
> git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
> 
>  arch/arm/boot/dts/am437x-gp-evm.dts |    5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/am437x-gp-evm.dts b/arch/arm/boot/dts/am437x-gp-evm.dts
> index df8798e..a055f7f 100644
> --- a/arch/arm/boot/dts/am437x-gp-evm.dts
> +++ b/arch/arm/boot/dts/am437x-gp-evm.dts
> @@ -117,6 +117,11 @@
>  	status = "okay";
>  };
>  
> +&gpio5 {
> +	status = "okay";
> +	ti,no-reset-on-init;
> +};
> +
>  &mmc1 {
>  	status = "okay";
>  	vmmc-supply = <&vmmcsd_fixed>;
> 


Tony,
any chance of having this in 3.15 cycle?

as of today's linux-next tag, the only platform I have that does not
boot is due to the lack of this patch.


next-20140325-omap2plus_defconfig
 1: am335x-evm:  Boot PASS: http://slexy.org/raw/s20o6CfGL8
 2:  am335x-sk:  Boot PASS: http://slexy.org/raw/s2Ogu1zPtD
 3: am3517-evm:  Boot PASS: http://slexy.org/raw/s2m2WhHYO8
 4:  am37x-evm:  Boot PASS: http://slexy.org/raw/s2jOybaVno
 5: am43xx-epos:  Boot PASS: http://slexy.org/raw/s21tt52N4b
 6: am43xx-gpevm:  Boot FAIL: http://slexy.org/raw/s21eDQmFWJ
 7: beagleboard:  Boot PASS: http://slexy.org/raw/s2q7vzrZHb
 8: beaglebone-black:  Boot PASS: http://slexy.org/raw/s2HCAJVz0H
 9: beaglebone:  Boot PASS: http://slexy.org/raw/s2NioACYsM
10: craneboard:  Boot PASS: http://slexy.org/raw/s2s7jyo52c
11:       dra7:  Boot PASS: http://slexy.org/raw/s2OQ1BMerx
12:        ldp:  Boot PASS: http://slexy.org/raw/s2cWgQrdjb
13: pandaboard-es:  Boot PASS: http://slexy.org/raw/s2lOaznVLO
14:    sdp2430:  Boot PASS: http://slexy.org/raw/s21RCJlUDU
15:    sdp3430:  Boot PASS: http://slexy.org/raw/s2181J9eWO
16:    sdp4430:  Boot PASS: http://slexy.org/raw/s20UumAiXK
17: OMAP5432uEVM:  Boot PASS: http://slexy.org/raw/s21ypXvTNc
TOTAL = 17 boards, Booted Boards = 16, No Boot boards = 1

-- 
Regards,
Nishanth Menon

  parent reply	other threads:[~2014-03-25 15:02 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-21  5:20 [PATCH] ARM: dts: am437x-gp-evm: Do not reset gpio5 Lokesh Vutla
2014-03-21  5:20 ` Lokesh Vutla
     [not found] ` <1395379213-15451-1-git-send-email-lokeshvutla-l0cyMroinI0@public.gmane.org>
2014-03-21  5:52   ` Felipe Balbi
2014-03-21  5:52     ` Felipe Balbi
2014-03-24 15:29     ` Dave Gerlach
2014-03-24 15:29       ` Dave Gerlach
2014-03-24 18:50       ` Felipe Balbi
2014-03-24 18:50         ` Felipe Balbi
2014-03-24 19:01         ` Nishanth Menon
2014-03-24 19:01           ` Nishanth Menon
2014-03-24 19:22           ` Felipe Balbi
2014-03-24 19:22             ` Felipe Balbi
2014-03-25 15:02 ` Nishanth Menon [this message]
2014-03-25 15:02   ` Nishanth Menon
     [not found]   ` <53319A7D.1060904-l0cyMroinI0@public.gmane.org>
2014-04-17 16:34     ` Tony Lindgren
2014-04-17 16:34       ` Tony Lindgren
2014-04-25 16:46       ` Tony Lindgren
2014-04-25 16:46         ` Tony Lindgren

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=53319A7D.1060904@ti.com \
    --to=nm@ti.com \
    --cc=bcousson@baylibre.com \
    --cc=d-gerlach@ti.com \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=lokeshvutla@ti.com \
    --cc=mark.rutland@arm.com \
    --cc=nsekhar@ti.com \
    --cc=rnayak@ti.com \
    --cc=tony@atomide.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.