aboutsummaryrefslogtreecommitdiff
path: root/configs/mx6slevk_spl_defconfig
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2019-07-31 08:30:02 +0000
committerStefano Babic <sbabic@denx.de>2019-10-08 16:35:16 +0200
commitbdcac955657b46d78f375f74bf5e7e9b29f726c2 (patch)
tree61a04c6033966ea283938128a4f623358e7bd563 /configs/mx6slevk_spl_defconfig
parentae0760584b386230c2c7a0fc0b29fee2627bda14 (diff)
downloadu-boot-bdcac955657b46d78f375f74bf5e7e9b29f726c2.zip
u-boot-bdcac955657b46d78f375f74bf5e7e9b29f726c2.tar.gz
u-boot-bdcac955657b46d78f375f74bf5e7e9b29f726c2.tar.bz2
imx: mx6slevk: enable DM_SPI and DM_SPI_FLASH
With DM_SPI and DM_SPI_FLASH enabled, we could get: spi 0 [ ] mxc_spi | | | `-- ecspi@02008000 spi_flash 0 [ ] spi_flash_std | | | `-- m25p80@0 Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'configs/mx6slevk_spl_defconfig')
-rw-r--r--configs/mx6slevk_spl_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/mx6slevk_spl_defconfig b/configs/mx6slevk_spl_defconfig
index 22bd5c3..46a5d2c 100644
--- a/configs/mx6slevk_spl_defconfig
+++ b/configs/mx6slevk_spl_defconfig
@@ -44,6 +44,7 @@ CONFIG_DM_GPIO=y
CONFIG_DM_I2C=y
CONFIG_DM_MMC=y
CONFIG_FSL_USDHC=y
+CONFIG_DM_SPI_FLASH=y
CONFIG_SPI_FLASH=y
CONFIG_SF_DEFAULT_MODE=0
CONFIG_SF_DEFAULT_SPEED=20000000
@@ -59,6 +60,7 @@ CONFIG_DM_REGULATOR_PFUZE100=y
CONFIG_DM_REGULATOR_FIXED=y
CONFIG_DM_REGULATOR_GPIO=y
CONFIG_SPI=y
+CONFIG_DM_SPI=y
CONFIG_MXC_SPI=y
CONFIG_DM_THERMAL=y
CONFIG_USB=y