summaryrefslogtreecommitdiff
path: root/configs/mx6sxsabresd_defconfig
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2017-03-06 20:36:36 +0800
committerYe Li <ye.li@nxp.com>2017-04-05 14:06:23 +0800
commit5339edf521351724ee1f9dc6fd0ce412cc6a8f4c (patch)
tree40b454ddab9e6a199593a30ec5824ef658e9190f /configs/mx6sxsabresd_defconfig
parentdaa11e1c5f173c918ce49c614b7b4b9c1e962bdc (diff)
downloadu-boot-imx-5339edf521351724ee1f9dc6fd0ce412cc6a8f4c.zip
u-boot-imx-5339edf521351724ee1f9dc6fd0ce412cc6a8f4c.tar.gz
u-boot-imx-5339edf521351724ee1f9dc6fd0ce412cc6a8f4c.tar.bz2
MLK-14326-7 mx6sxsabresd: Enable OF_CONTROL and DM drivers
Update mx6sxsabresd board files and build configurations to enable OF_CONTROL and DM drivers. Signed-off-by: Ye Li <ye.li@nxp.com>
Diffstat (limited to 'configs/mx6sxsabresd_defconfig')
-rw-r--r--configs/mx6sxsabresd_defconfig23
1 files changed, 22 insertions, 1 deletions
diff --git a/configs/mx6sxsabresd_defconfig b/configs/mx6sxsabresd_defconfig
index a721b26..522c7ca 100644
--- a/configs/mx6sxsabresd_defconfig
+++ b/configs/mx6sxsabresd_defconfig
@@ -22,17 +22,38 @@ CONFIG_CMD_MII=y
CONFIG_CMD_PING=y
CONFIG_CMD_CACHE=y
CONFIG_CMD_TIME=y
+CONFIG_CMD_REGULATOR=y
CONFIG_CMD_EXT2=y
CONFIG_CMD_EXT4=y
CONFIG_CMD_EXT4_WRITE=y
CONFIG_CMD_FAT=y
CONFIG_CMD_FS_GENERIC=y
+CONFIG_DM_SPI=y
+CONFIG_DM_SPI_FLASH=y
CONFIG_SPI_FLASH=y
CONFIG_SPI_FLASH_BAR=y
CONFIG_SPI_FLASH_STMICRO=y
CONFIG_SPI_FLASH_SPANSION=y
CONFIG_USB=y
CONFIG_USB_STORAGE=y
-CONFIG_OF_LIBFDT=y
+# CONFIG_OF_LIBFDT=y
+
+CONFIG_DEFAULT_DEVICE_TREE="imx6sx-sdb"
+CONFIG_OF_CONTROL=y
+# CONFIG_BLK is not set
+CONFIG_DM_GPIO=y
+CONFIG_DM_I2C=y
+CONFIG_DM_MMC=y
+# CONFIG_DM_MMC_OPS is not set
+CONFIG_PINCTRL=y
+CONFIG_PINCTRL_IMX6=y
+CONFIG_DM_PMIC=y
+CONFIG_DM_PMIC_PFUZE100=y
+CONFIG_DM_REGULATOR=y
+CONFIG_DM_REGULATOR_PFUZE100=y
+CONFIG_DM_REGULATOR_FIXED=y
+CONFIG_DM_REGULATOR_GPIO=y
+CONFIG_DM_ETH=y
+CONFIG_DM_USB=y
CONFIG_FSL_QSPI=y
CONFIG_IMX_BOOTAUX=y