arm: am437x: cm-t43: Enable DM for MMC, USB, SPI, SPI_FLASH, enable BLK
authorSuniel Mahesh <sunil.m@techveda.org>
Fri, 30 Aug 2019 20:06:13 +0000 (01:36 +0530)
committerTom Rini <trini@konsulko.com>
Fri, 13 Sep 2019 15:56:08 +0000 (11:56 -0400)
commit24e443978a862356ac47916bf819c67faf4e9e89
tree89b152eac373ac04dfca200285e21c25ebcedb84
parentd60eb8e49e9b20cfe2907abf14657d142d13d835
arm: am437x: cm-t43: Enable DM for MMC, USB, SPI, SPI_FLASH, enable BLK

Enable driver model for USB, MMC, SPI and SPI_FLASH. Also enable BLK.
This will remove the following compile warnings:

===================== WARNING ======================
This board does not use CONFIG_DM_MMC. Please update
the board to use CONFIG_DM_MMC before the v2019.04 release.
====================================================
===================== WARNING ======================
This board does not use CONFIG_DM_USB. Please update
the board to use CONFIG_DM_USB before the v2019.07 release.
====================================================
===================== WARNING ======================
This board does not use CONFIG_DM_SPI_FLASH. Please update
the board to use CONFIG_SPI_FLASH before the v2019.07 release.
====================================================
Target was compile tested, build was clean.

Signed-off-by: Suniel Mahesh <sunil.m@techveda.org>
configs/cm_t43_defconfig