diff options
Diffstat (limited to 'arch/arm/mach-s3c64xx/mach-crag6410.c')
-rw-r--r-- | arch/arm/mach-s3c64xx/mach-crag6410.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c64xx/mach-crag6410.c b/arch/arm/mach-s3c64xx/mach-crag6410.c index 9c287a3e28e5..a0422a719996 100644 --- a/arch/arm/mach-s3c64xx/mach-crag6410.c +++ b/arch/arm/mach-s3c64xx/mach-crag6410.c | |||
@@ -277,6 +277,11 @@ static struct platform_device speyside_device = { | |||
277 | .id = -1, | 277 | .id = -1, |
278 | }; | 278 | }; |
279 | 279 | ||
280 | static struct platform_device lowland_device = { | ||
281 | .name = "lowland", | ||
282 | .id = -1, | ||
283 | }; | ||
284 | |||
280 | static struct platform_device speyside_wm8962_device = { | 285 | static struct platform_device speyside_wm8962_device = { |
281 | .name = "speyside-wm8962", | 286 | .name = "speyside-wm8962", |
282 | .id = -1, | 287 | .id = -1, |
@@ -337,6 +342,7 @@ static struct platform_device *crag6410_devices[] __initdata = { | |||
337 | &crag6410_backlight_device, | 342 | &crag6410_backlight_device, |
338 | &speyside_device, | 343 | &speyside_device, |
339 | &speyside_wm8962_device, | 344 | &speyside_wm8962_device, |
345 | &lowland_device, | ||
340 | &wallvdd_device, | 346 | &wallvdd_device, |
341 | }; | 347 | }; |
342 | 348 | ||