Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 260522
b: refs/heads/master
c: 89e1c3d
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown authored and Kukjin Kim committed Jul 20, 2011
1 parent 7e9bc60 commit 415e34f
Show file tree
Hide file tree
Showing 2 changed files with 9 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: 1a26d7344f2c304cc58e937fda1d03469de3d60a
refs/heads/master: 89e1c3d0fffa0d610fa7292bbfafb5e87dc6be34
8 changes: 8 additions & 0 deletions trunk/arch/arm/mach-s3c64xx/mach-crag6410.c
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,12 @@ static struct regulator_init_data vddalive __initdata = {
.supply_regulator = "WALLVDD",
};

static struct wm831x_backup_pdata banff_backup_pdata __initdata = {
.charger_enable = 1,
.vlim = 2500, /* mV */
.ilim = 200, /* uA */
};

static struct wm831x_status_pdata banff_red_led __initdata = {
.name = "banff:red:",
.default_src = WM831X_STATUS_MANUAL,
Expand All @@ -494,6 +500,8 @@ static struct wm831x_pdata crag_pmic_pdata __initdata = {
.irq_base = BANFF_PMIC_IRQ_BASE,
.gpio_base = GPIO_BOARD_START + 8,

.backup = &banff_backup_pdata,

.gpio_defaults = {
/* GPIO11: Touchscreen data - CMOS, DBVDD, active high*/
[10] = WM831X_GPN_POL | WM831X_GPN_ENA | 0x6,
Expand Down

0 comments on commit 415e34f

Please sign in to comment.