public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: Fabio Estevam <festevam@gmail.com>
Cc: sbabic@denx.de, pbrobinson@gmail.com, u-boot@lists.denx.de
Subject: Re: [PATCH 3/6] udoo: Call gpio_request()
Date: Sat, 8 Jan 2022 20:27:43 -0500	[thread overview]
Message-ID: <20220109012743.GG2773246@bill-the-cat> (raw)
In-Reply-To: <20211218211025.770362-3-festevam@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 2462 bytes --]

On Sat, Dec 18, 2021 at 06:10:22PM -0300, Fabio Estevam wrote:

> Calling gpio_request() prior to its usage is now mandatory.
> 
> This fixes the following GPIO errors:
> 
> U-Boot SPL 2022.01-rc3-00067-g7a5be871c0ec (Dec 18 2021 - 17:45:07 -0300)       
> Trying to boot from MMC1                                                        
>                                                                                 
>                                                                                 
> U-Boot 2022.01-rc3-00067-g7a5be871c0ec (Dec 18 2021 - 17:45:07 -0300)           
>                                                                                 
> CPU:   Freescale i.MX6Q rev1.2 at 792 MHz                                       
> Reset cause: WDOG                                                               
> Model: Udoo i.MX6 Quad Board                                                    
> Board: Udoo Quad                                                                
> DRAM:  1 GiB                                                                    
> MMC:   FSL_SDHC: 2                                                              
> Loading Environment from MMC... OK                                              
> In:    serial                                                                   
> Out:   serial                                                                   
> Err:   serial                                                                   
> gpio@20a0000: set_dir_flags: error: gpio GPIO2_31 not reserved                  
> gpio@20a4000: set_dir_flags: error: gpio GPIO3_23 not reserved                  
> gpio@20b0000: set_dir_flags: error: gpio GPIO6_24 not reserved                  
> gpio@20b0000: set_dir_flags: error: gpio GPIO6_25 not reserved                  
> gpio@20b0000: set_dir_flags: error: gpio GPIO6_27 not reserved                  
> gpio@20b0000: set_dir_flags: error: gpio GPIO6_28 not reserved                  
> gpio@20b0000: set_dir_flags: error: gpio GPIO6_29 not reserved                  
> gpio@20a4000: set_value: error: gpio GPIO3_23 not reserved                      
> Net:   Could not get PHY for FEC0: addr -2                                      
> No ethernet found.  
> 
> Signed-off-by: Fabio Estevam <festevam@gmail.com>
> Reviewed-by: Peter Robinson <pbrobinson@gmail.com>

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

  parent reply	other threads:[~2022-01-09  1:28 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-18 21:10 [PATCH 1/6] udoo_spl: Initialize the eSDHC controller in SPL Fabio Estevam
2021-12-18 21:10 ` [PATCH 2/6] ARM: dts: imx6qdl-udoo: Properly describe the SD card detect Fabio Estevam
2021-12-19 15:54   ` Peter Robinson
2021-12-19 22:43     ` Fabio Estevam
2022-01-09  1:27   ` Tom Rini
2021-12-18 21:10 ` [PATCH 3/6] udoo: Call gpio_request() Fabio Estevam
2021-12-20 16:10   ` Peter Robinson
2022-01-09  1:27   ` Tom Rini [this message]
2021-12-18 21:10 ` [PATCH 4/6] udoo: Adjust the SD card device numbering Fabio Estevam
2021-12-21  9:52   ` Peter Robinson
2022-01-09  1:27   ` Tom Rini
2021-12-18 21:10 ` [PATCH 5/6] udoo: Increase CONFIG_ENV_OFFSET Fabio Estevam
2021-12-21  9:52   ` Peter Robinson
2022-01-09  1:27   ` Tom Rini
2021-12-18 21:10 ` [PATCH 6/6] udoo: Select CMD_DM Fabio Estevam
2021-12-21  9:53   ` Peter Robinson
2022-01-09  1:27   ` Tom Rini
2021-12-20 16:09 ` [PATCH 1/6] udoo_spl: Initialize the eSDHC controller in SPL Peter Robinson
2021-12-23 15:03   ` Fabio Estevam
2022-01-07 20:17     ` Fabio Estevam
2022-01-09  1:27 ` Tom Rini

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=20220109012743.GG2773246@bill-the-cat \
    --to=trini@konsulko.com \
    --cc=festevam@gmail.com \
    --cc=pbrobinson@gmail.com \
    --cc=sbabic@denx.de \
    --cc=u-boot@lists.denx.de \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox