On 21 September 2017 at 08:30, Jean-Jacques Hiblot <[email protected]> wrote: > From: Kishon Vijay Abraham I <[email protected]> > > 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 <[email protected]> > Signed-off-by: Jean-Jacques Hiblot <[email protected]> > --- > drivers/mmc/mmc-uclass.c | 46 ++++++++++++++++++++++++++++++++++++++++++++++ > include/mmc.h | 1 + > 2 files changed, 47 insertions(+)
Can you please use the live API here - e.g. dev_read_bool(). Otherwise boards which use live tree will fail. Regards, Simon _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

