diff options
Diffstat (limited to 'drivers/mfd/wm831x-core.c')
| -rw-r--r-- | drivers/mfd/wm831x-core.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/mfd/wm831x-core.c b/drivers/mfd/wm831x-core.c index 49b7885c2702..6a35f2a2702c 100644 --- a/drivers/mfd/wm831x-core.c +++ b/drivers/mfd/wm831x-core.c | |||
| @@ -794,6 +794,9 @@ static struct resource wm831x_wdt_resources[] = { | |||
| 794 | 794 | ||
| 795 | static struct mfd_cell wm8310_devs[] = { | 795 | static struct mfd_cell wm8310_devs[] = { |
| 796 | { | 796 | { |
| 797 | .name = "wm831x-backup", | ||
| 798 | }, | ||
| 799 | { | ||
| 797 | .name = "wm831x-buckv", | 800 | .name = "wm831x-buckv", |
| 798 | .id = 1, | 801 | .id = 1, |
| 799 | .num_resources = ARRAY_SIZE(wm831x_dcdc1_resources), | 802 | .num_resources = ARRAY_SIZE(wm831x_dcdc1_resources), |
| @@ -947,6 +950,9 @@ static struct mfd_cell wm8310_devs[] = { | |||
| 947 | 950 | ||
| 948 | static struct mfd_cell wm8311_devs[] = { | 951 | static struct mfd_cell wm8311_devs[] = { |
| 949 | { | 952 | { |
| 953 | .name = "wm831x-backup", | ||
| 954 | }, | ||
| 955 | { | ||
| 950 | .name = "wm831x-buckv", | 956 | .name = "wm831x-buckv", |
| 951 | .id = 1, | 957 | .id = 1, |
| 952 | .num_resources = ARRAY_SIZE(wm831x_dcdc1_resources), | 958 | .num_resources = ARRAY_SIZE(wm831x_dcdc1_resources), |
| @@ -1081,6 +1087,9 @@ static struct mfd_cell wm8311_devs[] = { | |||
| 1081 | 1087 | ||
| 1082 | static struct mfd_cell wm8312_devs[] = { | 1088 | static struct mfd_cell wm8312_devs[] = { |
| 1083 | { | 1089 | { |
| 1090 | .name = "wm831x-backup", | ||
| 1091 | }, | ||
| 1092 | { | ||
| 1084 | .name = "wm831x-buckv", | 1093 | .name = "wm831x-buckv", |
| 1085 | .id = 1, | 1094 | .id = 1, |
| 1086 | .num_resources = ARRAY_SIZE(wm831x_dcdc1_resources), | 1095 | .num_resources = ARRAY_SIZE(wm831x_dcdc1_resources), |
