All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kever Yang <kever.yang@rock-chips.com>
To: Adam Lee <jason416.gm@gmail.com>
Cc: U-Boot-Denx <u-boot@lists.denx.de>,
	"Kever Yang" <kever.yang@rock-chips.com>,
	philipp.tomsich@vruell.eu,
	"Paweł Jarosz" <paweljarosz3691@gmail.com>
Subject: Re: [PATCH] rockchip: rk3328: fix booting error for nanopi-r2s
Date: Wed, 11 Aug 2021 18:05:06 +0800	[thread overview]
Message-ID: <CAKUh=Rwy1a6QZOqPHWTRAx_L94=Lm59nwX69SUHwmf5VsNZiZQ@mail.gmail.com> (raw)
In-Reply-To: <CACoAwGYMLJr50EhnJqR2XS8AiX7Vg8eiMojEmLcQA_BfzMdxVQ@mail.gmail.com>

Adam Lee <jason416.gm@gmail.com> 于2021年7月6日周二 下午10:42写道:
>
> From 29cf326e24b657180e4cf90ded2366d49f33e88e Mon Sep 17 00:00:00 2001
> From: jason416 <jason416.gm@gmail.com>
> Date: Mon, 5 Jul 2021 23:22:29 +0800
> Subject: [PATCH] rockchip: rk3328: fix booting error for nanopi-r2s
>
> devices can not boot properly during SPL stage by
> using microSD card which model is SDSQUNC-032G-ZN6MA.
>
> U-Boot SPL 2021.04 (Jul 02 2021 - 19:50:12 +0000)
> Trying to boot from MMC1
> mmc_load_image_raw_sector: mmc block read error
> SPL: failed to boot from all boot devices
>
> change dts and config to support booting from ultra
> high speed microSD card on nanopi-r2s.
>
> Signed-off-by: jason416 <jason416.gm@gmail.com>

Reviewed-by: Kever Yang <kever.yang@rock-chips.com>

Thanks,
- Kever
> ---
>  arch/arm/dts/rk3328-nanopi-r2s-u-boot.dtsi | 4 ++++
>  arch/arm/dts/rk3328-nanopi-r2s.dts         | 2 +-
>  configs/nanopi-r2s-rk3328_defconfig        | 4 ++++
>  3 files changed, 9 insertions(+), 1 deletion(-)
>
> diff --git a/arch/arm/dts/rk3328-nanopi-r2s-u-boot.dtsi b/arch/arm/dts
> /rk3328-nanopi-r2s-u-boot.dtsi
> index 9e2ced1541..d5469748a2 100644
> --- a/arch/arm/dts/rk3328-nanopi-r2s-u-boot.dtsi
> +++ b/arch/arm/dts/rk3328-nanopi-r2s-u-boot.dtsi
> @@ -33,6 +33,10 @@
>   u-boot,dm-spl;
>  };
>
> +&vcc_io_sdio {
> + u-boot,dm-spl;
> +};
> +
>  &gmac2io {
>   snps,reset-gpio = <&gpio1 RK_PC2 GPIO_ACTIVE_LOW>;
>   snps,reset-active-low;
> diff --git a/arch/arm/dts/rk3328-nanopi-r2s.dts b/arch/arm/dts/rk3328-nanopi
> -r2s.dts
> index 5445c5cb3d..452e4764e6 100644
> --- a/arch/arm/dts/rk3328-nanopi-r2s.dts
> +++ b/arch/arm/dts/rk3328-nanopi-r2s.dts
> @@ -323,7 +323,7 @@
>   bus-width = <4>;
>   cap-sd-highspeed;
>   disable-wp;
> - pinctrl-0 = <&sdmmc0_clk>, <&sdmmc0_cmd>, <&sdmmc0_dectn>, <&sdmmc0_bus4>;
> + pinctrl-0 = <&sdmmc0_clk>, <&sdmmc0_cmd>, <&sdmmc0_dectn>,
> <&sdmmc0_bus4>, <&sdmmc0m1_gpio>;
>   pinctrl-names = "default";
>   sd-uhs-sdr12;
>   sd-uhs-sdr25;
> diff --git a/configs/nanopi-r2s-rk3328_defconfig b/configs/nanopi
> -r2s-rk3328_defconfig
> index 52996266a1..a7969bd7ab 100644
> --- a/configs/nanopi-r2s-rk3328_defconfig
> +++ b/configs/nanopi-r2s-rk3328_defconfig
> @@ -56,6 +56,10 @@ CONFIG_FASTBOOT_BUF_ADDR=0x800800
>  CONFIG_FASTBOOT_CMD_OEM_FORMAT=y
>  CONFIG_ROCKCHIP_GPIO=y
>  CONFIG_SYS_I2C_ROCKCHIP=y
> +CONFIG_MMC_IO_VOLTAGE=y
> +CONFIG_SPL_MMC_IO_VOLTAGE=y
> +CONFIG_MMC_UHS_SUPPORT=y
> +CONFIG_SPL_MMC_UHS_SUPPORT=y
>  CONFIG_MMC_DW=y
>  CONFIG_MMC_DW_ROCKCHIP=y
>  CONFIG_SF_DEFAULT_SPEED=20000000
> --
> 2.17.1

  reply	other threads:[~2021-08-11 10:05 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-06 14:41 [PATCH] rockchip: rk3328: fix booting error for nanopi-r2s Adam Lee
2021-08-11 10:05 ` Kever Yang [this message]
2021-08-12  0:56   ` Kever Yang
     [not found]     ` <CACoAwGY4-s9_eUdgbz+4M+LZyhFUY0ePhd-Mo1P=c2pcH4ZXUQ@mail.gmail.com>
2021-08-12  2:03       ` Jason Lee
  -- strict thread matches above, loose matches on Subject: below --
2021-07-06 15:06 jason416
2021-07-05 15:35 jason416

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='CAKUh=Rwy1a6QZOqPHWTRAx_L94=Lm59nwX69SUHwmf5VsNZiZQ@mail.gmail.com' \
    --to=kever.yang@rock-chips.com \
    --cc=jason416.gm@gmail.com \
    --cc=paweljarosz3691@gmail.com \
    --cc=philipp.tomsich@vruell.eu \
    --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 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.