summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAnant Gole <anantgole@ti.com>2009-08-22 12:34:14 +0530
committerJustin Waters <justin.waters@timesys.com>2009-10-21 16:46:35 -0400
commit7fceae74b4108aa009ce022cd92827f310826628 (patch)
tree3e84eb1841c1e86f70d957ada0158bb6d8560e26 /include
parent47f73292643a2359f6465f08ec10926ee8b070aa (diff)
net:can: Adding TI HECC module evm init and typo fixes for padconfig line names
Fixes for setting CAN_STB line to low to enable CAN transceiver; typo fixes for HECC TX/RX padconfig names Signed-off-by: Anant Gole <anantgole@ti.com>
Diffstat (limited to 'include')
-rw-r--r--include/asm-arm/arch-omap3/i2c.h2
-rw-r--r--include/asm-arm/arch-omap3/mux.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/include/asm-arm/arch-omap3/i2c.h b/include/asm-arm/arch-omap3/i2c.h
index 3937f35256..535cd5ae17 100644
--- a/include/asm-arm/arch-omap3/i2c.h
+++ b/include/asm-arm/arch-omap3/i2c.h
@@ -23,7 +23,7 @@
#ifndef _I2C_H_
#define _I2C_H_
-#define I2C_DEFAULT_BASE I2C_BASE1
+#define I2C_DEFAULT_BASE I2C_BASE3
#define I2C_REV (I2C_DEFAULT_BASE + 0x00)
#define I2C_IE (I2C_DEFAULT_BASE + 0x04)
diff --git a/include/asm-arm/arch-omap3/mux.h b/include/asm-arm/arch-omap3/mux.h
index 3e4a2ee742..6dcadb559c 100644
--- a/include/asm-arm/arch-omap3/mux.h
+++ b/include/asm-arm/arch-omap3/mux.h
@@ -401,8 +401,8 @@
#define CONTROL_PADCONF_RMII_TXEN 0x020E
#define CONTROL_PADCONF_RMII_50MHZ_CLK 0x0210
#define CONTROL_PADCONF_USB0_DRVBUS 0x0212
-#define CONTROL_PADCONF_HECCL_TXD 0x0214
-#define CONTROL_PADCONF_HECCL_RXD 0x0216
+#define CONTROL_PADCONF_HECC1_TXD 0x0214
+#define CONTROL_PADCONF_HECC1_RXD 0x0216
#define CONTROL_PADCONF_SYS_BOOT7 0x0218
#define CONTROL_PADCONF_SDRC_DQS0N 0x021A
#define CONTROL_PADCONF_SDRC_DQS1N 0x021C