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 2b91c877de6..b2381c1bb3b 100644 --- a/arch/arm/mach-s3c64xx/mach-crag6410.c +++ b/arch/arm/mach-s3c64xx/mach-crag6410.c | |||
@@ -289,6 +289,11 @@ static struct platform_device speyside_wm8962_device = { | |||
289 | .id = -1, | 289 | .id = -1, |
290 | }; | 290 | }; |
291 | 291 | ||
292 | static struct platform_device littlemill_device = { | ||
293 | .name = "littlemill", | ||
294 | .id = -1, | ||
295 | }; | ||
296 | |||
292 | static struct regulator_consumer_supply wallvdd_consumers[] = { | 297 | static struct regulator_consumer_supply wallvdd_consumers[] = { |
293 | REGULATOR_SUPPLY("SPKVDD1", "1-001a"), | 298 | REGULATOR_SUPPLY("SPKVDD1", "1-001a"), |
294 | REGULATOR_SUPPLY("SPKVDD2", "1-001a"), | 299 | REGULATOR_SUPPLY("SPKVDD2", "1-001a"), |
@@ -341,6 +346,7 @@ static struct platform_device *crag6410_devices[] __initdata = { | |||
341 | &crag6410_backlight_device, | 346 | &crag6410_backlight_device, |
342 | &speyside_device, | 347 | &speyside_device, |
343 | &speyside_wm8962_device, | 348 | &speyside_wm8962_device, |
349 | &littlemill_device, | ||
344 | &lowland_device, | 350 | &lowland_device, |
345 | &wallvdd_device, | 351 | &wallvdd_device, |
346 | }; | 352 | }; |