
Chandan,
On Mon, Jan 16, 2012 at 12:37:37, Kumar Nath, Chandan wrote:
Rachna,
-----Original Message----- From: Patil, Rachna Sent: Friday, January 13, 2012 3:34 PM To: u-boot@lists.denx.de Cc: Rini, Tom; Kumar Nath, Chandan; Zhang, Jonathan; Patil, Rachna Subject: [PATCH 3/3] 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
arch/arm/cpu/armv7/am33xx/clock.c | 5 ++ arch/arm/include/asm/arch-am33xx/common_def.h | 1 + arch/arm/include/asm/arch-am33xx/cpu.h | 3 +- arch/arm/include/asm/arch-am33xx/i2c.h | 81 +++++++++++++++++++++++++ board/ti/am335x/evm.c | 6 ++ board/ti/am335x/mux.c | 14 ++++ include/configs/am335x_evm.h | 9 +++ 7 files changed, 118 insertions(+), 1 deletions(-) create mode 100644 arch/arm/include/asm/arch-am33xx/i2c.h
[....]
+void enable_i2c0_pin_mux(void) +{
- configure_module_pin_mux(i2c0_pin_mux);
+}
Remove this extra line in EOF. This shows whitespace error while doing git am.
Ok. I will take care of this in v2.
[SNIP]
Regards, Rachna