Skip to content

Commit

Permalink
ARM: mach-shmobile: ap4evb: Add R2025S RTC support
Browse files Browse the repository at this point in the history
Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Kuninori Morimoto authored and Paul Mundt committed Apr 7, 2010
1 parent dda128d commit 8fc883c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch/arm/mach-shmobile/board-ap4evb.c
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,9 @@ struct tsc2007_platform_data tsc2007_info = {

/* I2C */
static struct i2c_board_info i2c1_devices[] = {
{
I2C_BOARD_INFO("r2025sd", 0x32),
},
{
I2C_BOARD_INFO("tsc2007", 0x48),
.type = "tsc2007",
Expand Down

0 comments on commit 8fc883c

Please sign in to comment.