aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c64xx
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-s3c64xx')
-rw-r--r--arch/arm/mach-s3c64xx/mach-crag6410.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-s3c64xx/mach-crag6410.c b/arch/arm/mach-s3c64xx/mach-crag6410.c
index 3d8b20bcd21a..8077f650eb0e 100644
--- a/arch/arm/mach-s3c64xx/mach-crag6410.c
+++ b/arch/arm/mach-s3c64xx/mach-crag6410.c
@@ -287,8 +287,8 @@ static struct platform_device lowland_device = {
287 .id = -1, 287 .id = -1,
288}; 288};
289 289
290static struct platform_device speyside_wm8962_device = { 290static struct platform_device tobermory_device = {
291 .name = "speyside-wm8962", 291 .name = "tobermory",
292 .id = -1, 292 .id = -1,
293}; 293};
294 294
@@ -347,7 +347,7 @@ static struct platform_device *crag6410_devices[] __initdata = {
347 &crag6410_lcd_powerdev, 347 &crag6410_lcd_powerdev,
348 &crag6410_backlight_device, 348 &crag6410_backlight_device,
349 &speyside_device, 349 &speyside_device,
350 &speyside_wm8962_device, 350 &tobermory_device,
351 &littlemill_device, 351 &littlemill_device,
352 &lowland_device, 352 &lowland_device,
353 &wallvdd_device, 353 &wallvdd_device,