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 /arch/arm/include/asm/arch-rmobile/r8a7791.h | |
parent | 9502d03674e220d3f9efbb4420abe8d167460ba6 (diff) | |
download | u-boot-a75d7f0c2b391e96e422634c69526e5807a9ab75.tar.gz u-boot-a75d7f0c2b391e96e422634c69526e5807a9ab75.tar.xz u-boot-a75d7f0c2b391e96e422634c69526e5807a9ab75.zip |
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 'arch/arm/include/asm/arch-rmobile/r8a7791.h')
-rw-r--r-- | arch/arm/include/asm/arch-rmobile/r8a7791.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-rmobile/r8a7791.h b/arch/arm/include/asm/arch-rmobile/r8a7791.h index 592c52474f..26a0bd58ff 100644 --- a/arch/arm/include/asm/arch-rmobile/r8a7791.h +++ b/arch/arm/include/asm/arch-rmobile/r8a7791.h @@ -13,6 +13,10 @@ /* * R-Car (R8A7791) I/O Addresses */ + +/* SH-I2C */ +#define CONFIG_SYS_I2C_SH_BASE2 0xE60B0000 + #define DBSC3_1_QOS_R0_BASE 0xE67A1000 #define DBSC3_1_QOS_R1_BASE 0xE67A1100 #define DBSC3_1_QOS_R2_BASE 0xE67A1200 |