All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vagrant Cascadian <vagrant@debian.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [U-Boot, 6/7] rockchip: firefly-rk3399: enable dwmmc driver for the board
Date: Wed, 14 Jun 2017 12:07:30 -0700	[thread overview]
Message-ID: <87r2ym75hp.fsf@aikidev.net> (raw)
In-Reply-To: <1497429109-11885-7-git-send-email-kever.yang@rock-chips.com>

On 2017-06-14, Kever Yang wrote:
> Enable mmc_dw_rockchip driver, disable CONFIG_SPL_OF_PLATDATA
> first for some dependence patches still not merged.
>
> Signed-off-by: Kever Yang <kever.yang@rock-chips.com>

Tested v2017.07-rc1 with this patch series booting off of microSD on a
firefly-rk3399.

Tested-by: Vagrant Cascadian <vagrant@debian.org>

> ---
>
>  configs/firefly-rk3399_defconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/configs/firefly-rk3399_defconfig b/configs/firefly-rk3399_defconfig
> index 0a4d005..889f3f9 100644
> --- a/configs/firefly-rk3399_defconfig
> +++ b/configs/firefly-rk3399_defconfig
> @@ -22,7 +22,6 @@ CONFIG_CMD_USB=y
>  CONFIG_CMD_TIME=y
>  CONFIG_SPL_OF_CONTROL=y
>  CONFIG_OF_SPL_REMOVE_PROPS="pinctrl-0 pinctrl-names clock-names interrupt-parent assigned-clocks assigned-clock-rates assigned-clock-parents"
> -CONFIG_SPL_OF_PLATDATA=y
>  CONFIG_REGMAP=y
>  CONFIG_SPL_REGMAP=y
>  CONFIG_SYSCON=y
> @@ -32,6 +31,7 @@ CONFIG_SPL_CLK=y
>  CONFIG_ROCKCHIP_GPIO=y
>  CONFIG_SYS_I2C_ROCKCHIP=y
>  CONFIG_MMC_DW=y
> +CONFIG_MMC_DW_ROCKCHIP=y
>  CONFIG_MMC_SDHCI=y
>  CONFIG_MMC_SDHCI_ROCKCHIP=y
>  CONFIG_DM_ETH=y
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 832 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170614/3611f77c/attachment.sig>

  reply	other threads:[~2017-06-14 19:07 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-14  8:31 [U-Boot] [PATCH 0/7] rockchip: enable sdcard for firefly-rk3399 Kever Yang
2017-06-14  8:31 ` [U-Boot] [PATCH 1/7] rockchip: rk3036: dtsi use max-frequency for mmc node Kever Yang
2017-06-17  3:42   ` Simon Glass
2017-06-25 23:14   ` [U-Boot] [U-Boot, " Philipp Tomsich
2017-06-14  8:31 ` [U-Boot] [PATCH 2/7] rockchip: rk3288: " Kever Yang
2017-06-17  3:42   ` Simon Glass
2017-06-25 23:14   ` [U-Boot] [U-Boot, " Philipp Tomsich
2017-06-14  8:31 ` [U-Boot] [PATCH 3/7] rockchip: rk3328: " Kever Yang
2017-06-17  3:42   ` Simon Glass
2017-06-25 23:14   ` [U-Boot] [U-Boot, " Philipp Tomsich
2017-06-14  8:31 ` [U-Boot] [PATCH 4/7] rockchip: dwmmc: use max-frequency when OF_PLATDATA enabled Kever Yang
2017-06-17  3:42   ` Simon Glass
2017-06-25 23:14   ` [U-Boot] [U-Boot, " Philipp Tomsich
2017-06-14  8:31 ` [U-Boot] [PATCH 5/7] rockchip: firefly-rk3399: dts: enable sdmmc device Kever Yang
2017-06-17  3:42   ` Simon Glass
2017-06-25 23:14   ` [U-Boot] [U-Boot, " Philipp Tomsich
2017-06-14  8:31 ` [U-Boot] [PATCH 6/7] rockchip: firefly-rk3399: enable dwmmc driver for the board Kever Yang
2017-06-14 19:07   ` Vagrant Cascadian [this message]
2017-06-17  3:42     ` [U-Boot] [U-Boot, " Simon Glass
2017-06-25 23:14   ` Philipp Tomsich
2017-06-14  8:31 ` [U-Boot] [PATCH 7/7] Revert "mmc: dw_mmc: rockchip: select proper card clock" Kever Yang
2017-06-17  3:42   ` Simon Glass
2017-06-25 23:14   ` [U-Boot] [U-Boot, " Philipp Tomsich

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=87r2ym75hp.fsf@aikidev.net \
    --to=vagrant@debian.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.