diff options
Diffstat (limited to 'include/configs')
-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 |