Skip to content
  • Kever Yang's avatar
    mmc: rockchip: add SDHCI driver support for rockchip soc · 79c83065
    Kever Yang authored
    
    
    Rockchip rk3399 using arasan sdhci-5.1 controller.
    This patch add the controller support to enable mmc device
    with full driver-model support, tested on rk3399 evb board.
    
    According to my test result, this driver should be OK,
    the command "part list mmc 0" can result in a right output,
    but all the mmc command failed like this:
    	=> mmc info
    	No MMC device available
    	Command failed, result=1
    
    The result of get_mmc_num in cmd/mmc.c is always 0?
    
    Signed-off-by: default avatarKever Yang <kever.yang@rock-chips.com>
    Acked-by: default avatarSimon Glass <sjg@chromium.org>
    79c83065