commit | 23721778647775df398ae1055364c7a881e62263 | [log] [tgz] |
---|---|---|
author | Walter Lozano <walter.lozano@collabora.com> | Wed Jul 29 12:31:17 2020 -0300 |
committer | Stefano Babic <sbabic@denx.de> | Sun Aug 02 14:28:37 2020 +0200 |
tree | 5cba83aebf0241e1fd2aeb81b85e189dfc6262dc | |
parent | 45154f07f8e37b297786de14b287fbec82dd4259 [diff] |
mmc: fsl_esdhc_imx: add OF_PLATDATA support 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 <walter.lozano@collabora.com> Reviewed-by: Simon Glass <sjg@chromium.org>