Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 373219
b: refs/heads/master
c: 36c772e
h: refs/heads/master
i:
  373217: 3a82107
  373215: 08d6fa6
v: v3
  • Loading branch information
Rhyland Klein authored and Samuel Ortiz committed Apr 8, 2013
1 parent 3b2f962 commit 90703b8
Show file tree
Hide file tree
Showing 2 changed files with 11 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: 751391c74f3d41a8d5c5dd5100385f723660c368
refs/heads/master: 36c772e31fa72006e80d12d1a94db2a326ba00a5
10 changes: 10 additions & 0 deletions trunk/drivers/mfd/tps65090.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,22 @@
#define TPS65090_INT2_MASK_OVERLOAD_FET6 6
#define TPS65090_INT2_MASK_OVERLOAD_FET7 7

static struct resource charger_resources[] = {
{
.start = TPS65090_IRQ_VAC_STATUS_CHANGE,
.end = TPS65090_IRQ_VAC_STATUS_CHANGE,
.flags = IORESOURCE_IRQ,
}
};

static struct mfd_cell tps65090s[] = {
{
.name = "tps65090-pmic",
},
{
.name = "tps65090-charger",
.num_resources = ARRAY_SIZE(charger_resources),
.resources = &charger_resources[0],
},
};

Expand Down

0 comments on commit 90703b8

Please sign in to comment.