diff options
author | Ye.Li <B37916@freescale.com> | 2014-10-20 11:14:58 +0800 |
---|---|---|
committer | Ye.Li <B37916@freescale.com> | 2014-10-20 11:14:58 +0800 |
commit | 3f66148f3dc4ed3966e211e59bd864b955389706 (patch) | |
tree | 3ef78b5f9d5c8c7bb0c83801437bf2d865b07550 /include | |
parent | 0ae8c2c4f0fb7582a91be43a2ab8d0f68874e017 (diff) | |
download | u-boot-imx-3f66148f3dc4ed3966e211e59bd864b955389706.zip u-boot-imx-3f66148f3dc4ed3966e211e59bd864b955389706.tar.gz u-boot-imx-3f66148f3dc4ed3966e211e59bd864b955389706.tar.bz2 |
MLK-9705 imx: mx6sxsabreauto: add MAX7310 support to reset peripherals
The MAX7310 uses I2C3 bus. At system initialization, enable the driver to:
1. Reset CPU_PER_RST_B signal
2. Set the steering for ENET
3. Enable the LVDS display
Signed-off-by: Ye.Li <B37916@freescale.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/mx6sxsabreauto.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/mx6sxsabreauto.h b/include/configs/mx6sxsabreauto.h index 40043f8..8caf676 100644 --- a/include/configs/mx6sxsabreauto.h +++ b/include/configs/mx6sxsabreauto.h @@ -108,6 +108,11 @@ #define CONFIG_PMIC_I2C_SLAVE 0x8 #endif +/* MAX7310 configs*/ +#define CONFIG_MAX7310_IOEXP +#define CONFIG_IOEXP_DEVICES_NUM 2 +#define CONFIG_IOEXP_DEV_PINS_NUM 8 + /* VIDEO */ #define CONFIG_VIDEO |