ARM: rmobile: Move address of IICDVFS(I2C) to rcar-gen3-base.h

The IICDVFS(I2C) set in r8a7796.h is common in rcar-gen3.
This moves CONFIG_SYS_I2C_SH_BASE0 in rcar-gen3-base.h.

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
This commit is contained in:
Nobuhiro Iwamatsu 2017-05-14 01:47:30 +09:00
parent adf3057f37
commit 16071b1ba1
2 changed files with 3 additions and 3 deletions

View file

@ -33,7 +33,4 @@
#define CONFIG_SYS_SH_SDHI3_BASE 0xEE160000 /* either MMC1 */
#define CONFIG_SYS_SH_SDHI_NR_CHANNEL 4
/* SH-I2C */
#define CONFIG_SYS_I2C_SH_BASE0 0xE60B0000
#endif /* __ASM_ARCH_R8A7796_H */

View file

@ -79,6 +79,9 @@
#define PUEN_USB1_OVC (1 << 2)
#define PUEN_USB1_PWEN (1 << 1)
/* IICDVFS (I2C) */
#define CONFIG_SYS_I2C_SH_BASE0 0xE60B0000
#ifndef __ASSEMBLY__
#include <asm/types.h>