Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 57795867 authored by Magnus Damm's avatar Magnus Damm Committed by Paul Mundt
Browse files

sh: Add rs5c732b RTC support to MigoR



Add support for the rs5c372b RTC chip to MigoR.

Signed-off-by: default avatarMagnus Damm <damm@igel.co.jp>
Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 0c6111ec
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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)