summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-am33xx/cpu.h
diff options
context:
space:
mode:
authorPatil, Rachna <rachna@ti.com>2012-01-22 23:47:01 +0000
committerHeiko Schocher <hs@denx.de>2012-01-23 11:57:31 +0100
commitb4116ede36da628a517a94d6cba9dba4a02104a4 (patch)
tree3f38815b07fed2a404115186ba60f61a45d940d3 /arch/arm/include/asm/arch-am33xx/cpu.h
parent498cbdfe62a8330f6c89765bdd15e60328a26511 (diff)
downloadtalos-obmc-uboot-b4116ede36da628a517a94d6cba9dba4a02104a4.tar.gz
talos-obmc-uboot-b4116ede36da628a517a94d6cba9dba4a02104a4.zip
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/cpu.h')
-rw-r--r--arch/arm/include/asm/arch-am33xx/cpu.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/include/asm/arch-am33xx/cpu.h b/arch/arm/include/asm/arch-am33xx/cpu.h
index 25558a2b2c..cd002e632d 100644
--- a/arch/arm/include/asm/arch-am33xx/cpu.h
+++ b/arch/arm/include/asm/arch-am33xx/cpu.h
@@ -95,7 +95,8 @@ struct cm_wkuppll {
unsigned int divm2dpllper; /* offset 0xAC */
unsigned int resv11[1];
unsigned int wkup_uart0ctrl; /* offset 0xB4 */
- unsigned int resv12[8];
+ unsigned int wkup_i2c0ctrl; /* offset 0xB8 */
+ unsigned int resv12[7];
unsigned int divm6dpllcore; /* offset 0xD8 */
};
OpenPOWER on IntegriCloud