diff options
author | Patil, Rachna <rachna@ti.com> | 2012-01-22 23:47:01 +0000 |
---|---|---|
committer | Heiko Schocher <hs@denx.de> | 2012-01-23 11:57:31 +0100 |
commit | b4116ede36da628a517a94d6cba9dba4a02104a4 (patch) | |
tree | 3f38815b07fed2a404115186ba60f61a45d940d3 /arch/arm/include/asm/arch-am33xx/common_def.h | |
parent | 498cbdfe62a8330f6c89765bdd15e60328a26511 (diff) |
ARM: AM33XX: Add i2c support
Add i2c driver board hookup for AM335X EVM
Signed-off-by: Chandan Nath <chandan.nath@ti.com>
Signed-off-by: Patil, Rachna <rachna@ti.com>
Diffstat (limited to 'arch/arm/include/asm/arch-am33xx/common_def.h')
-rw-r--r-- | arch/arm/include/asm/arch-am33xx/common_def.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-am33xx/common_def.h b/arch/arm/include/asm/arch-am33xx/common_def.h index 767932daea..aa3b554536 100644 --- a/arch/arm/include/asm/arch-am33xx/common_def.h +++ b/arch/arm/include/asm/arch-am33xx/common_def.h @@ -18,5 +18,6 @@ extern void enable_uart0_pin_mux(void); extern void enable_mmc0_pin_mux(void); +extern void enable_i2c0_pin_mux(void); #endif/*__COMMON_DEF_H__ */ |