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

2020-07-26 Thread Simon Glass
On Wed, 22 Jul 2020 at 07:14, Walter Lozano wrote: > > In order to reduce the footprint of SPL by removing dtb and library > overhead add OF_PLATDATA support to fsl_esdhc_imx. This initial overhead, add > approach does not support card detection, which will be enabled after > adding OF_PLATDATA

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

2020-07-22 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 --- (no changes since v1) d