public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: microSD Breakout Port
Date: Fri, 26 Jun 2020 16:22:31 -0400	[thread overview]
Message-ID: <20200626202231.GD8432@bill-the-cat> (raw)
In-Reply-To: <AM0PR01MB59857D1DBF5F594CFE17A458D2920@AM0PR01MB5985.eurprd01.prod.exchangelabs.com>

On Thu, Jun 25, 2020 at 08:13:08PM +0000, Faruk K?lavuz wrote:

> Hello
> 
> This is my first mail. I tried running uart-0 with microsd breakout method. I have added the following codes to open the F port.
> 
> diff --git a/arch/arm/include/asm/arch-sunxi/gpio.h b/arch/arm/include/asm/arch-sunxi/gpio.h
> index 40a3f845d0..9140b35450 100644
> --- a/arch/arm/include/asm/arch-sunxi/gpio.h
> +++ b/arch/arm/include/asm/arch-sunxi/gpio.h
> @@ -181,6 +181,7 @@ enum sunxi_gpio_number {
>  #define SUNXI_GPF_SDC0         2
>  #define SUNXI_GPF_UART0              4
>  #define SUN8I_GPF_UART0                3
> +#define SUN50I_GPF_UART0       3
> 
>  #define SUN4I_GPG_SDC1         4
>  #define SUN5I_GPG_SDC1         2
> diff --git a/arch/arm/mach-sunxi/board.c b/arch/arm/mach-sunxi/board.c
> index b74eaf2a0e..019c9b9296 100644
> --- a/arch/arm/mach-sunxi/board.c
> +++ b/arch/arm/mach-sunxi/board.c
> @@ -76,6 +76,9 @@ static int gpio_init(void)
>  #if defined(CONFIG_MACH_SUN8I) && !defined(CONFIG_MACH_SUN8I_R40)
>         sunxi_gpio_set_cfgpin(SUNXI_GPF(2), SUN8I_GPF_UART0);
>         sunxi_gpio_set_cfgpin(SUNXI_GPF(4), SUN8I_GPF_UART0);
> +#elif defined(CONFIG_MACH_SUN50I)
> +       sunxi_gpio_set_cfgpin(SUNXI_GPF(2), SUN50I_GPF_UART0);
> +       sunxi_gpio_set_cfgpin(SUNXI_GPF(4), SUN50I_GPF_UART0);
>  #else
>         sunxi_gpio_set_cfgpin(SUNXI_GPF(2), SUNXI_GPF_UART0);
>         sunxi_gpio_set_cfgpin(SUNXI_GPF(4), SUNXI_GPF_UART0);
> 
> 
> Should I send this code as a u-boot patch? Thanks

Thanks for your patch.  I've cc'd the sunxi maintainer for their
thoughts.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20200626/3f98f0ce/attachment.sig>

  reply	other threads:[~2020-06-26 20:22 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-25 20:13 microSD Breakout Port Faruk Kılavuz
2020-06-26 20:22 ` Tom Rini [this message]
2020-07-11  9:09 ` Jagan Teki

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=20200626202231.GD8432@bill-the-cat \
    --to=trini@konsulko.com \
    --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