commit | 8aff673fb45dcfd8870bbf318d49bb3b9fed2aa5 | [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 | 904b0bef0e7638e52659820544d45037a821b43f [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>