summaryrefslogtreecommitdiffstats
path: root/include/configs/omap5_uevm.h
diff options
context:
space:
mode:
authorDan Murphy <dmurphy@ti.com>2013-07-11 13:10:28 -0500
committerTom Rini <trini@ti.com>2013-07-30 09:21:42 -0400
commitfdce7b633a1de24456226b18527cc7900c34282a (patch)
treee7c96da11da04efd0db7ae1bb4ac2399f84829e8 /include/configs/omap5_uevm.h
parent61c1775f16ed122a07168545afbc1a04ece2bc22 (diff)
downloadblackbird-obmc-uboot-fdce7b633a1de24456226b18527cc7900c34282a.tar.gz
blackbird-obmc-uboot-fdce7b633a1de24456226b18527cc7900c34282a.zip
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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/omap5_uevm.h b/include/configs/omap5_uevm.h
index 9c045d3056..47568e95c0 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"
OpenPOWER on IntegriCloud