Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 367448
b: refs/heads/master
c: 9ee1767
h: refs/heads/master
v: v3
  • Loading branch information
Ulf Hansson authored and Lee Jones committed Mar 7, 2013
1 parent d19b9da commit 66a99da
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: 971480f520a5ed9e54443a9b2b5711eedf51c77a
refs/heads/master: 9ee17676a5a36621db020c596e766fec24aae959
12 changes: 12 additions & 0 deletions trunk/drivers/mfd/ab8500-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1188,6 +1188,10 @@ static struct mfd_cell ab9540_devs[] = {
{
.name = "ab8500-regulator",
},
{
.name = "abx500-clk",
.of_compatible = "stericsson,abx500-clk",
},
{
.name = "ab8500-gpadc",
.of_compatible = "stericsson,ab8500-gpadc",
Expand Down Expand Up @@ -1255,6 +1259,10 @@ static struct mfd_cell ab8505_devs[] = {
{
.name = "ab8500-regulator",
},
{
.name = "abx500-clk",
.of_compatible = "stericsson,abx500-clk",
},
{
.name = "ab8500-gpadc",
.num_resources = ARRAY_SIZE(ab8505_gpadc_resources),
Expand Down Expand Up @@ -1314,6 +1322,10 @@ static struct mfd_cell ab8540_devs[] = {
{
.name = "ab8500-regulator",
},
{
.name = "abx500-clk",
.of_compatible = "stericsson,abx500-clk",
},
{
.name = "ab8500-gpadc",
.num_resources = ARRAY_SIZE(ab8505_gpadc_resources),
Expand Down

0 comments on commit 66a99da

Please sign in to comment.