Skip to content

Commit

Permalink
ARM: n30: Add RTC platform device for Acer n30 / Acer n35
Browse files Browse the repository at this point in the history
Signed-off-by: Jiri Pinkava <jiri.pinkava@vscht.cz>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
  • Loading branch information
Pinkava J authored and Ben Dooks committed May 7, 2010
1 parent be7c4cf commit 8ecad34
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/mach-s3c2410/mach-n30.c
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@ static struct platform_device *n30_devices[] __initdata = {
&s3c_device_i2c0,
&s3c_device_iis,
&s3c_device_ohci,
&s3c_device_rtc,
&s3c_device_usbgadget,
&n30_button_device,
&n30_blue_led,
Expand All @@ -334,6 +335,7 @@ static struct platform_device *n35_devices[] __initdata = {
&s3c_device_wdt,
&s3c_device_i2c0,
&s3c_device_iis,
&s3c_device_rtc,
&s3c_device_usbgadget,
&n35_button_device,
};
Expand Down

0 comments on commit 8ecad34

Please sign in to comment.