diff options
author | Bartosz Golaszewski <bgolaszewski@baylibre.com> | 2019-07-29 08:58:05 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-07-29 17:58:52 -0400 |
commit | 95cffd990654b518425641bd4a07956e5622835a (patch) | |
tree | 65e8e93d5c483f142786c332e937153b4352b642 /configs/da850evm_direct_nor_defconfig | |
parent | f5a47554e0f7d4d2484fa65796dd1c06caa6494f (diff) | |
download | u-boot-95cffd990654b518425641bd4a07956e5622835a.tar.gz u-boot-95cffd990654b518425641bd4a07956e5622835a.tar.bz2 u-boot-95cffd990654b518425641bd4a07956e5622835a.zip |
davinci: da850-evm: enable driver model for NAND
Enable the driver-model on da850-evm. We need to add a dummy nand node
to the device tree, as the real nand node is a sub-node of the aemif
device.
On linux the aemif driver populates all its child nodes, but we can't do
it in u-boot currently.
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Tested-by: Adam Ford <aford173@gmail.com> #da850-evm
Diffstat (limited to 'configs/da850evm_direct_nor_defconfig')
-rw-r--r-- | configs/da850evm_direct_nor_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/da850evm_direct_nor_defconfig b/configs/da850evm_direct_nor_defconfig index dcb4d96d0d..e3c2d13986 100644 --- a/configs/da850evm_direct_nor_defconfig +++ b/configs/da850evm_direct_nor_defconfig @@ -42,6 +42,7 @@ CONFIG_DA8XX_GPIO=y CONFIG_DM_I2C=y CONFIG_SYS_I2C_DAVINCI=y # CONFIG_MMC is not set +CONFIG_MTD=y CONFIG_MTD_NOR_FLASH=y CONFIG_FLASH_CFI_DRIVER=y CONFIG_SYS_FLASH_PROTECTION=y |