summaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2
diff options
context:
space:
mode:
authorDerald D. Woods <woods.technical@gmail.com>2020-07-19 03:23:04 +0300
committerLokesh Vutla <lokeshvutla@ti.com>2020-08-11 18:04:45 +0300
commit5297a956cba34ed850f7854abf1b01ba00259fa1 (patch)
tree822bde70e70f5c5db88d72078a4d2cceb5d18bd5 /arch/arm/mach-omap2
parent864e2857393dc98504ec5da16e0e41e38a0abe39 (diff)
downloadu-boot-5297a956cba34ed850f7854abf1b01ba00259fa1.tar.xz
ARM: omap3: evm: Complete DM_ETH and DM_USB migrations
This commit completes the migrations for DM_ETH and DM_USB. The board is now consistent with omap3_beagle and other remaining OMAP3 boards. Cc: Tom Rini <trini@konsulko.com> Cc: Adam Ford <aford173@gmail.com> Signed-off-by: Derald D. Woods <woods.technical@gmail.com>
Diffstat (limited to 'arch/arm/mach-omap2')
-rw-r--r--arch/arm/mach-omap2/omap3/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/omap3/Kconfig b/arch/arm/mach-omap2/omap3/Kconfig
index cf11e5707f..0a6eb4cb26 100644
--- a/arch/arm/mach-omap2/omap3/Kconfig
+++ b/arch/arm/mach-omap2/omap3/Kconfig
@@ -61,7 +61,10 @@ config TARGET_OMAP3_EVM
select DM
select DM_GPIO
select DM_SERIAL
+ select OMAP3_GPIO_2
select OMAP3_GPIO_3
+ select OMAP3_GPIO_5
+ select OMAP3_GPIO_6
imply CMD_DM
config TARGET_OMAP3_IGEP00X0