Skip to content

Commit

Permalink
sh: Add rs5c732b RTC support to MigoR
Browse files Browse the repository at this point in the history
Add support for the rs5c372b RTC chip to MigoR.

Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Magnus Damm authored and Paul Mundt committed Apr 18, 2008
1 parent 0c6111e commit 5779586
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/sh/boards/renesas/migor/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,10 @@ static struct platform_device *migor_devices[] __initdata = {
};

static struct i2c_board_info __initdata migor_i2c_devices[] = {
{
I2C_BOARD_INFO("rtc-rs5c372", 0x32),
.type = "rs5c372b",
},
};

static int __init migor_devices_setup(void)
Expand Down

0 comments on commit 5779586

Please sign in to comment.