diff options
author | Peng Fan <peng.fan@nxp.com> | 2017-02-06 16:50:58 +0800 |
---|---|---|
committer | Ye Li <ye.li@nxp.com> | 2017-04-05 14:07:06 +0800 |
commit | aac43b28e50300214a02212fb8ccc1c2fdf070de (patch) | |
tree | 9bea35d37bdeaaddd5361d2783c8f9bd0b801c72 /include/configs/mx7dsabresd.h | |
parent | 2da488a857875858f11f5e44b96ebfd2cc12367d (diff) | |
download | u-boot-imx-aac43b28e50300214a02212fb8ccc1c2fdf070de.zip u-boot-imx-aac43b28e50300214a02212fb8ccc1c2fdf070de.tar.gz u-boot-imx-aac43b28e50300214a02212fb8ccc1c2fdf070de.tar.bz2 |
MLK-14418-4 imx: mx7dsabresd: enable dm drivers
Enable GPIO/I2C/MMC/SPI/74X164 DM drivers.
Discard mxc spi support.
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'include/configs/mx7dsabresd.h')
-rw-r--r-- | include/configs/mx7dsabresd.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/include/configs/mx7dsabresd.h b/include/configs/mx7dsabresd.h index e976019..6af30e2 100644 --- a/include/configs/mx7dsabresd.h +++ b/include/configs/mx7dsabresd.h @@ -34,20 +34,12 @@ /* MMC Config*/ #define CONFIG_SYS_FSL_ESDHC_ADDR 0 -/* PMIC */ -#define CONFIG_POWER -#define CONFIG_POWER_I2C -#define CONFIG_POWER_PFUZE3000 -#define CONFIG_POWER_PFUZE3000_I2C_ADDR 0x08 - #undef CONFIG_BOOTM_NETBSD #undef CONFIG_BOOTM_PLAN9 #undef CONFIG_BOOTM_RTEMS /* I2C configs */ -#define CONFIG_SYS_I2C #define CONFIG_SYS_I2C_MXC -#define CONFIG_SYS_I2C_MXC_I2C1 /* enable I2C bus 1 */ #define CONFIG_SYS_I2C_SPEED 100000 #ifdef CONFIG_SYS_BOOT_QSPI @@ -231,9 +223,6 @@ #define CONFIG_ENV_SIZE SZ_8K #define CONFIG_ENV_IS_IN_MMC -/* MXC SPI driver support */ -#define CONFIG_MXC_SPI - /* * If want to use nand, define CONFIG_NAND_MXS and rework board * to support nand, since emmc has pin conflicts with nand |