diff options
author | Pinkava J <Jiri.Pinkava@vscht.cz> | 2010-05-06 09:20:36 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-05-06 20:41:31 -0400 |
commit | 8ecad34918174580b069f7d4dcef3f46a099e8f7 (patch) | |
tree | e5e5b94d308265a61f441d52c62c69cb62022ee7 /arch/arm/mach-s3c2410 | |
parent | be7c4cf632f47d798ad6a27da15de0195ddf6f30 (diff) |
ARM: n30: Add RTC platform device for Acer n30 / Acer n35
Signed-off-by: Jiri Pinkava <jiri.pinkava@vscht.cz>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s3c2410')
-rw-r--r-- | arch/arm/mach-s3c2410/mach-n30.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2410/mach-n30.c b/arch/arm/mach-s3c2410/mach-n30.c index 1b635fda4ea5..ce1172ef5b72 100644 --- a/arch/arm/mach-s3c2410/mach-n30.c +++ b/arch/arm/mach-s3c2410/mach-n30.c | |||
@@ -323,6 +323,7 @@ static struct platform_device *n30_devices[] __initdata = { | |||
323 | &s3c_device_i2c0, | 323 | &s3c_device_i2c0, |
324 | &s3c_device_iis, | 324 | &s3c_device_iis, |
325 | &s3c_device_ohci, | 325 | &s3c_device_ohci, |
326 | &s3c_device_rtc, | ||
326 | &s3c_device_usbgadget, | 327 | &s3c_device_usbgadget, |
327 | &n30_button_device, | 328 | &n30_button_device, |
328 | &n30_blue_led, | 329 | &n30_blue_led, |
@@ -334,6 +335,7 @@ static struct platform_device *n35_devices[] __initdata = { | |||
334 | &s3c_device_wdt, | 335 | &s3c_device_wdt, |
335 | &s3c_device_i2c0, | 336 | &s3c_device_i2c0, |
336 | &s3c_device_iis, | 337 | &s3c_device_iis, |
338 | &s3c_device_rtc, | ||
337 | &s3c_device_usbgadget, | 339 | &s3c_device_usbgadget, |
338 | &n35_button_device, | 340 | &n35_button_device, |
339 | }; | 341 | }; |