aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorKuninori Morimoto <morimoto.kuninori@renesas.com>2010-03-11 02:34:37 -0500
committerPaul Mundt <lethal@linux-sh.org>2010-04-07 03:23:47 -0400
commit8fc883c2989c20781b001f8271d454d9b314a6ea (patch)
tree2d43710c016506241ff7f05a144f10fa06d23a6c /arch
parentdda128dcb4d85dfd6a2e11002d0c2f352aea7dc5 (diff)
ARM: mach-shmobile: ap4evb: Add R2025S RTC support
Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-shmobile/board-ap4evb.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/board-ap4evb.c b/arch/arm/mach-shmobile/board-ap4evb.c
index 0a7eb29cd7ca..e7602945a6a5 100644
--- a/arch/arm/mach-shmobile/board-ap4evb.c
+++ b/arch/arm/mach-shmobile/board-ap4evb.c
@@ -250,6 +250,9 @@ struct tsc2007_platform_data tsc2007_info = {
250/* I2C */ 250/* I2C */
251static struct i2c_board_info i2c1_devices[] = { 251static struct i2c_board_info i2c1_devices[] = {
252 { 252 {
253 I2C_BOARD_INFO("r2025sd", 0x32),
254 },
255 {
253 I2C_BOARD_INFO("tsc2007", 0x48), 256 I2C_BOARD_INFO("tsc2007", 0x48),
254 .type = "tsc2007", 257 .type = "tsc2007",
255 .platform_data = &tsc2007_info, 258 .platform_data = &tsc2007_info,