forked from Minki/linux
sh: Add rs5c732b RTC support to MigoR
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>
This commit is contained in:
parent
0c6111eccc
commit
577958671e
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user