ARM: omap3: evm: Enable DM_USB in defconfig
authorDerald D. Woods <woods.technical@gmail.com>
Tue, 28 May 2019 02:20:50 +0000 (21:20 -0500)
committerTom Rini <trini@konsulko.com>
Sat, 13 Jul 2019 15:11:27 +0000 (11:11 -0400)
commite74e9f620a6e413cca2649b2d5e3f483187735c5
tree7d09d5b75df93c1dd41923d49cde86c4d73f0e57
parent5579e73c8cc516572b3f3e224f45836f74c37360
ARM: omap3: evm: Enable DM_USB in defconfig

This addresses the following warning message:

===================== WARNING ======================
This board does not use CONFIG_DM_USB. Please update
the board to use CONFIG_DM_USB before the v2019.07 release.
Failure to update by the deadline may result in board removal.
See doc/driver-model/MIGRATION.txt for more info.
====================================================

As USB support for older OMAP3 SoC's improves, OMAP3 EVM can be
readily adapted. There is some additional 'gpio-hog' support
needed to fully setup USB in a similar manner to Linux.

Signed-off-by: Derald D. Woods <woods.technical@gmail.com>
board/ti/evm/evm.c
configs/omap3_evm_defconfig
include/configs/omap3_evm.h