diff options
author | Dan Murphy <dmurphy@ti.com> | 2013-07-11 13:10:28 -0500 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-07-30 09:21:42 -0400 |
commit | fdce7b633a1de24456226b18527cc7900c34282a (patch) | |
tree | e7c96da11da04efd0db7ae1bb4ac2399f84829e8 /include/configs/omap5_uevm.h | |
parent | 61c1775f16ed122a07168545afbc1a04ece2bc22 (diff) | |
download | u-boot-imx-fdce7b633a1de24456226b18527cc7900c34282a.zip u-boot-imx-fdce7b633a1de24456226b18527cc7900c34282a.tar.gz u-boot-imx-fdce7b633a1de24456226b18527cc7900c34282a.tar.bz2 |
gpio: omap5-uevm: Configure the tca6424 gpio expander
Configure the tca6424 gpio expander
This allows use of the debug and tri color LEDs.
Signed-off-by: Dan Murphy <dmurphy@ti.com>
Diffstat (limited to 'include/configs/omap5_uevm.h')
-rw-r--r-- | include/configs/omap5_uevm.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/omap5_uevm.h b/include/configs/omap5_uevm.h index 9c045d3..47568e9 100644 --- a/include/configs/omap5_uevm.h +++ b/include/configs/omap5_uevm.h @@ -37,6 +37,11 @@ #define CONFIG_PARTITION_UUIDS #define CONFIG_CMD_PART +#define CONFIG_TCA642X +#define CONFIG_CMD_TCA642X +#define CONFIG_SYS_I2C_TCA642X_BUS_NUM 4 +#define CONFIG_SYS_I2C_TCA642X_ADDR 0x22 + #define CONFIG_SYS_PROMPT "OMAP5432 uEVM # " #define CONSOLEDEV "ttyO2" |