summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2017-09-19 20:32:11 -0500
committerTom Rini <trini@konsulko.com>2017-09-29 14:07:54 -0400
commitb85781c2a82ff33a65a32b64599416d3c21eeba6 (patch)
treed100c250504d2ef1879f574dbd53a10dd4ebdd14 /arch
parenta56fd949a54b3c8474502659bbb75bef77bca5ca (diff)
ARM: omap3: am3517-evm: Add device tree and DM support
With the device tree ported from Linux 4.13, this enables Driver Model and Device Tree support for the am3517-evm Signed-off-by: Adam Ford <aford173@gmail.com> Tested-by: Derald D. Woods <woods.technical@gmail.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-omap2/omap3/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/omap3/Kconfig b/arch/arm/mach-omap2/omap3/Kconfig
index 11f5f058b9..4dbf9a27da 100644
--- a/arch/arm/mach-omap2/omap3/Kconfig
+++ b/arch/arm/mach-omap2/omap3/Kconfig
@@ -22,6 +22,11 @@ choice
config TARGET_AM3517_EVM
bool "AM3517 EVM"
+ select DM
+ select DM_SERIAL
+ select DM_GPIO
+ select DM_I2C
+ select DM_MMC
config TARGET_MT_VENTOUX
bool "TeeJet Mt.Ventoux"