[U-Boot] [PATCH v3 4/5] mmc: rockchip: add SDHCI driver support for rockchip soc

Simon Glass sjg at chromium.org
Sun Jul 17 16:13:23 CEST 2016


Hi Kever,

On 15 July 2016 at 02:42, Kever Yang <kever.yang at rock-chips.com> wrote:
> Rockchip rk3399 using arasan sdhci-5.1 controller.
> This patch add the controller support to enable mmc device and tested on
> rk3399 evb board.
>
> Signed-off-by: Kever Yang <kever.yang at rock-chips.com>
> ---
>
> Changes in v3: None
> Changes in v2: None
>
>  drivers/mmc/Kconfig          |  6 +++++
>  drivers/mmc/Makefile         |  1 +
>  drivers/mmc/rockchip_sdhci.c | 58 ++++++++++++++++++++++++++++++++++++++++++++
>  3 files changed, 65 insertions(+)
>  create mode 100644 drivers/mmc/rockchip_sdhci.c
>

Please can you enable CONFIG_BLK and CONFIG_DM_MMC_OPS? See
msm_sdhci.c for an example.

Regards,
Simon


More information about the U-Boot mailing list