From 8fd8f2e4fc7508df94c5a0f18a1dda047c8f6760 Mon Sep 17 00:00:00 2001 From: Enric Balletbo i Serra Date: Thu, 27 Dec 2018 17:03:30 +0100 Subject: 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 Reviewed-by: Tom Rini --- configs/igep00x0_defconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configs/igep00x0_defconfig') diff --git a/configs/igep00x0_defconfig b/configs/igep00x0_defconfig index b806f23fa56..efd8519d141 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 -- cgit v1.2.3