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

Commit ad47c12b authored by kogiidena's avatar kogiidena Committed by Paul Mundt
Browse files

sh: landisk: rtc-rs5c313 support.



Add the rs5c313 platform device to the landisk setup code.

Signed-off-by: default avatarkogiidena <kogiidena@eggplant.ddo.jp>
Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 38c425f6
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -44,8 +44,14 @@ static struct platform_device cf_ide_device = {
	},
};

static struct platform_device rtc_device = {
	.name		= "rs5c313",
	.id		= -1,
};

static struct platform_device *landisk_devices[] __initdata = {
	&cf_ide_device,
	&rtc_device,
};

static int __init landisk_devices_setup(void)