summaryrefslogtreecommitdiff
path: root/configs/mx6ull_14x14_evk_plugin_defconfig
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2018-01-03 08:52:03 +0800
committerStefano Babic <sbabic@denx.de>2018-01-12 14:28:04 +0100
commita3cc43551f8f1cab156d02a44999c07a7261fd14 (patch)
tree1e8e00bde14fbbc1241286e9aa667d7a4fea024d /configs/mx6ull_14x14_evk_plugin_defconfig
parentafe8e1b03362f169b2f905d20e2b352aca9d522e (diff)
imx: mx6ull-14x14-evk: enable DM QSPI driver
To support QSPI DM driver - Add spi0 alias for qspi node. Which is used for bus number 0. - Modify the n25q256a@0 compatible property to "spi-flash". - Modify spi4 (gpio_spi) node to spi5 - Define DM SPI/QSPI related config to enable QSPI Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'configs/mx6ull_14x14_evk_plugin_defconfig')
-rw-r--r--configs/mx6ull_14x14_evk_plugin_defconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/configs/mx6ull_14x14_evk_plugin_defconfig b/configs/mx6ull_14x14_evk_plugin_defconfig
index d07be226f5..f1023b2aae 100644
--- a/configs/mx6ull_14x14_evk_plugin_defconfig
+++ b/configs/mx6ull_14x14_evk_plugin_defconfig
@@ -11,6 +11,7 @@ CONFIG_CMD_MEMTEST=y
CONFIG_CMD_GPIO=y
CONFIG_CMD_I2C=y
CONFIG_CMD_MMC=y
+CONFIG_CMD_SF=y
CONFIG_CMD_DHCP=y
CONFIG_CMD_PING=y
CONFIG_CMD_CACHE=y
@@ -25,7 +26,12 @@ CONFIG_DM_GPIO=y
CONFIG_DM_74X164=y
CONFIG_DM_I2C=y
CONFIG_DM_MMC=y
+CONFIG_DM_SPI_FLASH=y
+CONFIG_SPI_FLASH=y
+CONFIG_SPI_FLASH_BAR=y
+CONFIG_SPI_FLASH_STMICRO=y
CONFIG_PINCTRL=y
CONFIG_PINCTRL_IMX6=y
CONFIG_DM_REGULATOR=y
CONFIG_DM_SPI=y
+CONFIG_FSL_QSPI=y