[U-Boot] [PATCH] mmc: rockchip: add SDHCI driver support for rockchip soc
Simon Glass
sjg at chromium.org
Mon Jul 18 14:16:58 CEST 2016
On 18 July 2016 at 05:56, Simon Glass <sjg at chromium.org> wrote:
> On 18 July 2016 at 03:00, 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
>> 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: Kever Yang <kever.yang at rock-chips.com>
>> ---
>>
>> drivers/mmc/Kconfig | 6 +++
>> drivers/mmc/Makefile | 1 +
>> drivers/mmc/rockchip_sdhci.c | 93 ++++++++++++++++++++++++++++++++++++++++++++
>> 3 files changed, 100 insertions(+)
>> create mode 100644 drivers/mmc/rockchip_sdhci.c
>>
>
> Acked-by: Simon Glass <sjg at chromium.org>
Applied to u-boot-rockchip, thanks!
More information about the U-Boot
mailing list