diff options
author | Ye Li <ye.li@nxp.com> | 2017-03-09 14:47:22 +0800 |
---|---|---|
committer | Ye Li <ye.li@nxp.com> | 2017-04-05 14:06:25 +0800 |
commit | df142b5636929eb52b7e4c312e187a029981bc81 (patch) | |
tree | e61b523efa04836bf74af09786ea80a99972e53f /configs/mx6sll_lpddr3_arm2_plugin_defconfig | |
parent | 6c50459c2b3d4a2f6e37b7f116d80cad017f74c1 (diff) | |
download | u-boot-imx-df142b5636929eb52b7e4c312e187a029981bc81.zip u-boot-imx-df142b5636929eb52b7e4c312e187a029981bc81.tar.gz u-boot-imx-df142b5636929eb52b7e4c312e187a029981bc81.tar.bz2 |
MLK-14390-3 mx6sllarm2: Convert to enable OF_CONTROL and DM drivers
Update mx6sll lpddr2/3 arm2 board codes and build configurations
to enable OF_CONTROL and DM drivers.
1. Update GPIO codes for adding gpio request
2. Enable USB DM driver
3. Update PMIC code for using DM PMIC
4. Add spinor boot support, pin conflict with LCD, will disable LCD.
Signed-off-by: Ye Li <ye.li@nxp.com>
Diffstat (limited to 'configs/mx6sll_lpddr3_arm2_plugin_defconfig')
-rw-r--r-- | configs/mx6sll_lpddr3_arm2_plugin_defconfig | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/configs/mx6sll_lpddr3_arm2_plugin_defconfig b/configs/mx6sll_lpddr3_arm2_plugin_defconfig new file mode 100644 index 0000000..21db25f --- /dev/null +++ b/configs/mx6sll_lpddr3_arm2_plugin_defconfig @@ -0,0 +1,45 @@ +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6sll_arm2/imximage.cfg" +CONFIG_ARM=y +CONFIG_ARCH_MX6=y +CONFIG_TARGET_MX6SLL_ARM2=y +CONFIG_VIDEO=y +CONFIG_DEFAULT_DEVICE_TREE="imx6sll-lpddr3-arm2" +CONFIG_DEFAULT_FDT_FILE="imx6sll-lpddr3-arm2.dtb" +CONFIG_USE_IMXIMG_PLUGIN=y +CONFIG_BOOTDELAY=3 +CONFIG_BOARD_EARLY_INIT_F=y +CONFIG_HUSH_PARSER=y +CONFIG_CMD_BOOTZ=y +# CONFIG_CMD_IMLS is not set +CONFIG_CMD_MEMTEST=y +CONFIG_CMD_MMC=y +CONFIG_CMD_USB=y +CONFIG_CMD_I2C=y +CONFIG_CMD_GPIO=y +CONFIG_CMD_DHCP=y +CONFIG_CMD_PING=y +CONFIG_CMD_CACHE=y +CONFIG_CMD_NET=y +CONFIG_CMD_EXT2=y +CONFIG_CMD_EXT4=y +CONFIG_CMD_EXT4_WRITE=y +CONFIG_CMD_FAT=y +CONFIG_CMD_FS_GENERIC=y +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_USB=y +CONFIG_DM_USB=y +CONFIG_USB_EHCI_HCD=y +CONFIG_USB_STORAGE=y |