diff options
author | Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> | 2014-11-06 16:03:47 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2014-11-10 09:46:47 +0900 |
commit | a75d7f0c2b391e96e422634c69526e5807a9ab75 (patch) | |
tree | cfb1f4bf7f9320e6a17f47acf1fab198d20978e9 /include/configs/gose.h | |
parent | 9502d03674e220d3f9efbb4420abe8d167460ba6 (diff) | |
download | u-boot-a75d7f0c2b391e96e422634c69526e5807a9ab75.tar.gz |
arm: rmobile: Move sh-i2c of the address defined to common header
R-Car SoCs of rmobile have same IP of sh-i2c, and have same address.
This moves sh-i2c of the address defined to rcar-base.h as common header of
R-Car SoCs, and headers of each SoCs.
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'include/configs/gose.h')
-rw-r--r-- | include/configs/gose.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/gose.h b/include/configs/gose.h index 62837d6136..974df5afd8 100644 --- a/include/configs/gose.h +++ b/include/configs/gose.h @@ -156,11 +156,8 @@ #define CONFIG_SYS_I2C_SH #define CONFIG_SYS_I2C_SLAVE 0x7F #define CONFIG_SYS_I2C_SH_NUM_CONTROLLERS 3 -#define CONFIG_SYS_I2C_SH_BASE0 0xE6500000 #define CONFIG_SYS_I2C_SH_SPEED0 400000 -#define CONFIG_SYS_I2C_SH_BASE1 0xE6510000 #define CONFIG_SYS_I2C_SH_SPEED1 400000 -#define CONFIG_SYS_I2C_SH_BASE2 0xE60B0000 #define CONFIG_SYS_I2C_SH_SPEED2 400000 #define CONFIG_SH_I2C_DATA_HIGH 4 #define CONFIG_SH_I2C_DATA_LOW 5 |