[PATCH v3 2/6] mmc: fsl_esdhc_imx: add OF_PLATDATA support

2020-08-04 Thread sbabic
> In order to reduce the footprint of SPL by removing dtb and library > overhead, add OF_PLATDATA support to fsl_esdhc_imx. This initial > approach does not support card detection, which will be enabled after > adding OF_PLATDATA support to GPIO. > Signed-off-by: Walter Lozano > Reviewed-by: Simon

[PATCH v3 2/6] mmc: fsl_esdhc_imx: add OF_PLATDATA support

2020-07-29 Thread Walter Lozano
In order to reduce the footprint of SPL by removing dtb and library overhead, add OF_PLATDATA support to fsl_esdhc_imx. This initial approach does not support card detection, which will be enabled after adding OF_PLATDATA support to GPIO. Signed-off-by: Walter Lozano Reviewed-by: Simon Glass ---