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 /board/ti/omap5_uevm/mux_data.h | |
parent | 61c1775f16ed122a07168545afbc1a04ece2bc22 (diff) |
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 'board/ti/omap5_uevm/mux_data.h')
-rw-r--r-- | board/ti/omap5_uevm/mux_data.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/board/ti/omap5_uevm/mux_data.h b/board/ti/omap5_uevm/mux_data.h index 36b723e6cc..612c13e479 100644 --- a/board/ti/omap5_uevm/mux_data.h +++ b/board/ti/omap5_uevm/mux_data.h @@ -40,6 +40,8 @@ const struct pad_conf_entry core_padconf_array_essential[] = { {USBD0_HS_DP, (IEN | M0)}, /* USBD0_HS_DP */ {USBD0_HS_DM, (IEN | M0)}, /* USBD0_HS_DM */ {USBD0_SS_RX, (IEN | M0)}, /* USBD0_SS_RX */ + {I2C5_SCL, (IEN | M0)}, /* I2C5_SCL */ + {I2C5_SDA, (IEN | M0)}, /* I2C5_SDA */ }; |