Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 273992
b: refs/heads/master
c: 8c051ab
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown authored and Kukjin Kim committed Sep 19, 2011
1 parent 30824c0 commit d983b24
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3aa7779c748bf340dd122e2d4205f312af977544
refs/heads/master: 8c051ab47bf3e0d35636d4772f9c0504bebe2fec
6 changes: 6 additions & 0 deletions trunk/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 d983b24

Please sign in to comment.