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

Commit 1459fc5f authored by Jürgen Lambrecht's avatar Jürgen Lambrecht Committed by Sascha Hauer
Browse files

Enable RTC driver.

The MC13783 MFD also contains an RTC. Enable it.
To avoid "No RTC device found, ALARM timers will not wake from suspend",
this patch is needed:
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=c008ba58af24dc5d0d8e9fe6e59d876910254761



Signed-off-by: default avatarJürgen Lambrecht <J.Lambrecht@televic.com>
Signed-off-by: default avatarSascha Hauer <s.hauer@pengutronix.de>
parent 97ea3da2
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -293,7 +293,8 @@ static struct mc13xxx_platform_data mc13783_pdata = {
		.num_regulators = ARRAY_SIZE(mx27_3ds_regulators),

	},
	.flags  = MC13783_USE_REGULATOR | MC13783_USE_TOUCHSCREEN,
	.flags  = MC13783_USE_REGULATOR | MC13783_USE_TOUCHSCREEN |
	MC13783_USE_RTC,
};

/* SPI */