diff options
author | Enric Balletbo i Serra <enric.balletbo@collabora.com> | 2018-12-27 17:03:30 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-01-15 15:28:42 -0500 |
commit | 8fd8f2e4fc7508df94c5a0f18a1dda047c8f6760 (patch) | |
tree | c565d5c12fe93d2d39fbea471d1cd505c4c0001c /configs/igep00x0_defconfig | |
parent | 94b9a0cc46b68ea3a56dd8126a81dbe64091dcaa (diff) |
omap3: igep00x0: Add Device Tree Support and DM_MMC driver
This adds device tree for OMAP3 IGEP based boards and the DM_MMC driver.
Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/igep00x0_defconfig')
-rw-r--r-- | configs/igep00x0_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/igep00x0_defconfig b/configs/igep00x0_defconfig index b806f23fa5..efd8519d14 100644 --- a/configs/igep00x0_defconfig +++ b/configs/igep00x0_defconfig @@ -27,6 +27,9 @@ CONFIG_CMD_MTDPARTS=y CONFIG_CMD_UBI=y # CONFIG_CMD_UBIFS is not set CONFIG_NET_RANDOM_ETHADDR=y +CONFIG_DEFAULT_DEVICE_TREE="omap3-igep0020" +CONFIG_OF_CONTROL=y +CONFIG_DM_MMC=y CONFIG_MMC_OMAP_HS=y CONFIG_NAND=y CONFIG_SYS_NAND_BUSWIDTH_16BIT=y |