commit | cf08d1baa108ec6159ce040e2273cdfb88057bb3 | [log] [tgz] |
---|---|---|
author | Tim Harvey <tharvey@gateworks.com> | Mon Mar 01 14:33:35 2021 -0800 |
committer | Stefano Babic <sbabic@denx.de> | Thu Apr 08 20:29:53 2021 +0200 |
tree | 17c8849d3cbcbd2c1fb797f2ef5bd744ba259c07 | |
parent | 1112b4e509c5772610ad19a3ea399afd667c46a5 [diff] |
imx: ventana: enable dm support for MMC and SATA Enable driver model support for MMC and SATA. Note that DM_MMC requires aliases for your mmc devices so they are added to the dts. Linux does not support enumerating mmc devices by alias so these are not present in the Linux dts. Note that we still need board_mmc_init() and board_mmc_getcd() for not DM SPL to support MMC. Signed-off-by: Tim Harvey <tharvey@gateworks.com>