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

Commit 8ecad349 authored by Pinkava J's avatar Pinkava J Committed by Ben Dooks
Browse files

ARM: n30: Add RTC platform device for Acer n30 / Acer n35

parent be7c4cf6
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -323,6 +323,7 @@ static struct platform_device *n30_devices[] __initdata = {
	&s3c_device_i2c0,
	&s3c_device_i2c0,
	&s3c_device_iis,
	&s3c_device_iis,
	&s3c_device_ohci,
	&s3c_device_ohci,
	&s3c_device_rtc,
	&s3c_device_usbgadget,
	&s3c_device_usbgadget,
	&n30_button_device,
	&n30_button_device,
	&n30_blue_led,
	&n30_blue_led,
@@ -334,6 +335,7 @@ static struct platform_device *n35_devices[] __initdata = {
	&s3c_device_wdt,
	&s3c_device_wdt,
	&s3c_device_i2c0,
	&s3c_device_i2c0,
	&s3c_device_iis,
	&s3c_device_iis,
	&s3c_device_rtc,
	&s3c_device_usbgadget,
	&s3c_device_usbgadget,
	&n35_button_device,
	&n35_button_device,
};
};