summaryrefslogtreecommitdiff
path: root/configs/legoev3_defconfig
diff options
context:
space:
mode:
authorDavid Lechner <david@lechnology.com>2019-05-28 20:56:42 -0500
committerTom Rini <trini@konsulko.com>2019-07-13 11:11:28 -0400
commit1d259e4d6862872b7a9c1d240eaa4b4cec95aadf (patch)
treebd8d77e0d80b91eade554ac4cdee46c262a80f04 /configs/legoev3_defconfig
parentfb9a1ffef38e49597939f01b89ed521fdb5de99b (diff)
ARM: legoev3: convert to driver model
This converts LEGO MINDSTORMS EV3 to the driver model. MMC, SERIAL, SPI and SPI_FLASH are converted. The device tree contains only the minimal nodes required by U-Boot since the size of U-Boot is limited to 256K on this device. Signed-off-by: David Lechner <david@lechnology.com>
Diffstat (limited to 'configs/legoev3_defconfig')
-rw-r--r--configs/legoev3_defconfig9
1 files changed, 8 insertions, 1 deletions
diff --git a/configs/legoev3_defconfig b/configs/legoev3_defconfig
index 32cd52c13e..78cca8eb56 100644
--- a/configs/legoev3_defconfig
+++ b/configs/legoev3_defconfig
@@ -23,12 +23,19 @@ CONFIG_CMD_SPI=y
CONFIG_CMD_EXT4=y
CONFIG_CMD_FAT=y
CONFIG_CMD_DIAG=y
+CONFIG_OF_CONTROL=y
+CONFIG_DEFAULT_DEVICE_TREE="da850-lego-ev3"
+CONFIG_DM=y
+# CONFIG_DM_DEVICE_REMOVE is not set
CONFIG_SYS_I2C_DAVINCI=y
+CONFIG_DM_MMC=y
+CONFIG_DM_SPI_FLASH=y
CONFIG_SPI_FLASH=y
CONFIG_SF_DEFAULT_SPEED=50000000
CONFIG_SPI_FLASH_STMICRO=y
+CONFIG_DM_SERIAL=y
CONFIG_SYS_NS16550=y
CONFIG_SPI=y
+CONFIG_DM_SPI=y
CONFIG_DAVINCI_SPI=y
-CONFIG_OF_LIBFDT=y
# CONFIG_EFI_LOADER is not set