All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Glass <sjg@chromium.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 03/10] Revert "rockchip: Move the MMC setup check earlier"
Date: Wed, 27 Jul 2016 21:33:54 -0600	[thread overview]
Message-ID: <CAPnjgZ3cyeb3CCcaMRy1vxShVzYLgOxLQs1Mkh=uyJefUOthEg@mail.gmail.com> (raw)
In-Reply-To: <1469528910-12043-4-git-send-email-xzy.xu@rock-chips.com>

On 26 July 2016 at 04:28, Ziyuan Xu <jk.kernel@gmail.com> wrote:
> Boot Rom wouldn't initialize sdmmc while booting from eMMC. We need to
> setup sdmmc gpio, otherwise we will hit an error below:
>
> =>mmc info
> blk_get_device: if_type=6, devnum=0: dwmmc at ff0c0000.blk, 6, 0
> uclass_find_device_by_seq: 0 -1
> uclass_find_device_by_seq: 0 0
>    - -1 -1
>    - -1 0
>    - found
> uclass_find_device_by_seq: 0 1
>    - -1 -1
>    - -1 0
>    - not found
> fdtdec_get_int_array: interrupts
> get_prop_check_min_len: interrupts
> Buswidth = 1, clock: 0
> Buswidth = 1, clock: 400000
> Sending CMD0
> dwmci_send_cmd: Timeout on data busy
> dwmci_send_cmd: Timeout on data busy
> dwmci_send_cmd: Timeout on data busy
> dwmci_send_cmd: Timeout on data busy
>
> This reverts commit 6efeeea79c880d3dd262e0dca9da2687f0ab68c9.
>
> Signed-off-by: Ziyuan Xu <xzy.xu@rock-chips.com>
> Acked-by: Simon Glass <sjg@chromium.org>
> Tested-by: Simon Glass <sjg@chromium.org>
> ---
>
> Changes in v2: None
>
>  arch/arm/mach-rockchip/rk3288-board-spl.c | 28 ++++++++++++++--------------
>  1 file changed, 14 insertions(+), 14 deletions(-)

Applied to u-boot-rockchip, thanks!

  reply	other threads:[~2016-07-28  3:33 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-26 10:28 [U-Boot] [PATCH v2 00/10] rockchip: some code optimization and new rk3288 board support Ziyuan Xu
2016-07-26 10:28 ` [U-Boot] [PATCH v2 01/10] rockchip: add a dummy byte for the sdram-channel property Ziyuan Xu
2016-07-28  3:33   ` Simon Glass
2016-07-26 10:28 ` [U-Boot] [PATCH v2 02/10] cosmetic: rockchip: rk3288: pinctrl: fix config symbol naming Ziyuan Xu
2016-07-28  3:33   ` Simon Glass
2016-07-26 10:28 ` [U-Boot] [PATCH v2 03/10] Revert "rockchip: Move the MMC setup check earlier" Ziyuan Xu
2016-07-28  3:33   ` Simon Glass [this message]
2016-07-26 10:28 ` [U-Boot] [PATCH v2 04/10] rockchip: rk3288: disable fastboot in SPL stage Ziyuan Xu
2016-07-28  3:11   ` Simon Glass
2016-07-28  3:33     ` Simon Glass
2016-07-26 10:28 ` [U-Boot] [PATCH v2 05/10] rockchip: remove the duplicated macro config Ziyuan Xu
2016-07-28  3:33   ` Simon Glass
2016-07-26 10:28 ` [U-Boot] [PATCH v2 06/10] rockchip: rk3288: revise CONFIG_FASTBOOT_BUF_ADDR Ziyuan Xu
2016-07-28  3:34   ` Simon Glass
2016-07-26 10:28 ` [U-Boot] [PATCH v2 07/10] rockchip: rk3288: move evb board to rockchip folder Ziyuan Xu
2016-07-28  3:34   ` Simon Glass
2016-07-26 10:28 ` [U-Boot] [PATCH v2 08/10] rockchip: rk3036: update MAINTAINER file Ziyuan Xu
2016-07-28  3:33   ` Simon Glass
2016-07-26 10:28 ` [U-Boot] [PATCH v2 09/10] rockchip: add basic support for fennec-rk3288 board Ziyuan Xu
2016-07-28  3:11   ` Simon Glass
2016-07-28  3:34     ` Simon Glass
2016-07-26 10:28 ` [U-Boot] [PATCH v2 10/10] rockchip: add support for rk3288 PopMetal board Ziyuan Xu
2016-07-28  3:11   ` Simon Glass
2016-07-28  3:34     ` Simon Glass

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='CAPnjgZ3cyeb3CCcaMRy1vxShVzYLgOxLQs1Mkh=uyJefUOthEg@mail.gmail.com' \
    --to=sjg@chromium.org \
    --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.