]> git.ipfire.org Git - people/ms/u-boot.git/commit
dm: mmc: Add a library function to parse generic dt binding
authorKishon Vijay Abraham I <kishon@ti.com>
Thu, 21 Sep 2017 14:30:13 +0000 (16:30 +0200)
committerJaehoon Chung <jh80.chung@samsung.com>
Fri, 12 Jan 2018 09:11:04 +0000 (18:11 +0900)
commit9215ef5ed508b5de8b0c021a87b76f74561d1bad
treed7ccc1d52073fc0a52d05ed903df8ca3fa0081ee
parent9815e3ba807ddf395631be35629498e55af02fa0
dm: mmc: Add a library function to parse generic dt binding

Add a new function to parse host controller dt node and
set mmc_config. This function can be used by mmc controller
drivers to set the generic mmc_config.
This function can be extended to set other UHS mode caps
once UHS mode support is added.

Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
drivers/mmc/mmc-uclass.c
include/mmc.h