Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 327051
b: refs/heads/master
c: 25752b7
h: refs/heads/master
i:
  327049: 754bf0a
  327047: eefea75
v: v3
  • Loading branch information
Mark Brown authored and Kukjin Kim committed Aug 10, 2012
1 parent a6eaa18 commit 47f66b0
Show file tree
Hide file tree
Showing 2 changed files with 13 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: 853b1eb8303753be72052140023528854cba29dd
refs/heads/master: 25752b78ee9ec8e456b307f5b795e864b2ceaf19
12 changes: 12 additions & 0 deletions trunk/arch/arm/mach-s3c64xx/mach-crag6410.c
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,16 @@ static struct platform_device littlemill_device = {
.id = -1,
};

static struct platform_device bells_wm5102_device = {
.name = "bells",
.id = 0,
};

static struct platform_device bells_wm5110_device = {
.name = "bells",
.id = 1,
};

static struct regulator_consumer_supply wallvdd_consumers[] = {
REGULATOR_SUPPLY("SPKVDD", "1-001a"),
REGULATOR_SUPPLY("SPKVDD1", "1-001a"),
Expand Down Expand Up @@ -359,6 +369,8 @@ static struct platform_device *crag6410_devices[] __initdata = {
&tobermory_device,
&littlemill_device,
&lowland_device,
&bells_wm5102_device,
&bells_wm5110_device,
&wallvdd_device,
};

Expand Down

0 comments on commit 47f66b0

Please sign in to comment.