Skip to content

Commit

Permalink
ARM: S3C64XX: Register Lowland audio device on Cragganmore
Browse files Browse the repository at this point in the history
The Lowland system is a combination of the Cragganmore CPU module and the
Tomatin and Kilchomin audio modules on Glenfarclas.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
  • Loading branch information
Mark Brown authored and Kukjin Kim committed Sep 19, 2011
1 parent 3aa7779 commit 8c051ab
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/arm/mach-s3c64xx/mach-crag6410.c
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,11 @@ static struct platform_device speyside_device = {
.id = -1,
};

static struct platform_device lowland_device = {
.name = "lowland",
.id = -1,
};

static struct platform_device speyside_wm8962_device = {
.name = "speyside-wm8962",
.id = -1,
Expand Down Expand Up @@ -337,6 +342,7 @@ static struct platform_device *crag6410_devices[] __initdata = {
&crag6410_backlight_device,
&speyside_device,
&speyside_wm8962_device,
&lowland_device,
&wallvdd_device,
};

Expand Down

0 comments on commit 8c051ab

Please sign in to comment.