
17 Jul
2016
17 Jul
'16
4:13 p.m.
Hi Kever,
On 15 July 2016 at 02:42, Kever Yang kever.yang@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@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