summaryrefslogtreecommitdiff
path: root/configs/mx6slevk_plugin_defconfig
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2017-03-07 00:23:57 +0800
committerYe Li <ye.li@nxp.com>2017-04-05 14:06:23 +0800
commit1666cfa6cb70e2b65ad2307140c436c64b1f05a4 (patch)
tree1599c4bd1c3b99616736ecc3863919a2a34448ca /configs/mx6slevk_plugin_defconfig
parent5421d70d6485f96fe3c47a3a8915c5859f18d82c (diff)
downloadu-boot-imx-1666cfa6cb70e2b65ad2307140c436c64b1f05a4.zip
u-boot-imx-1666cfa6cb70e2b65ad2307140c436c64b1f05a4.tar.gz
u-boot-imx-1666cfa6cb70e2b65ad2307140c436c64b1f05a4.tar.bz2
MLK-14326-11 mx6slevk: Enable OF_CONTROL and DM drivers
Update mx6slevk board files and build configurations to enable OF_CONTROL and DM drivers. 1. Update PMIC and LDO-bypass codes for DM PMIC driver. 2. Update configurations for DM i2c driver 3. GPIO update for adding gpio_request 4. Remove duplicated configurations from build config Signed-off-by: Ye Li <ye.li@nxp.com>
Diffstat (limited to 'configs/mx6slevk_plugin_defconfig')
-rw-r--r--configs/mx6slevk_plugin_defconfig24
1 files changed, 19 insertions, 5 deletions
diff --git a/configs/mx6slevk_plugin_defconfig b/configs/mx6slevk_plugin_defconfig
index 761e78b..e60f27f 100644
--- a/configs/mx6slevk_plugin_defconfig
+++ b/configs/mx6slevk_plugin_defconfig
@@ -4,7 +4,6 @@ CONFIG_TARGET_MX6SLEVK=y
CONFIG_USE_IMXIMG_PLUGIN=y
CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6slevk/imximage.cfg,MX6SL"
CONFIG_BOOTDELAY=3
-CONFIG_BOARD_EARLY_INIT_F=y
CONFIG_HUSH_PARSER=y
CONFIG_CMD_BOOTZ=y
# CONFIG_CMD_IMLS is not set
@@ -19,16 +18,31 @@ CONFIG_CMD_GPIO=y
CONFIG_CMD_DHCP=y
CONFIG_CMD_MII=y
CONFIG_CMD_PING=y
-CONFIG_CMD_CACHE=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=y
CONFIG_SPI_FLASH=y
CONFIG_SPI_FLASH_STMICRO=y
-CONFIG_DM_THERMAL=y
CONFIG_USB=y
CONFIG_USB_STORAGE=y
-CONFIG_OF_LIBFDT=y
+# CONFIG_OF_LIBFDT=y
+
+CONFIG_DEFAULT_DEVICE_TREE="imx6sl-evk"
+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