diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-06-24 07:17:07 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2011-07-31 17:28:24 -0400 |
commit | a5e06781f073842beb81d088eb787f0ea23d6499 (patch) | |
tree | 9d317664ce5fbc53545b50548d1f51d32be8b559 /drivers/mfd | |
parent | 2f2233413a7aab688e6484abf0941f8ca34da1bd (diff) |
mfd: Add devices for WM831x clocking module
With the new generic clk API that should appear at some point we should be
able to support the clocking sensibly in Linux.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd')
-rw-r--r-- | drivers/mfd/wm831x-core.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/mfd/wm831x-core.c b/drivers/mfd/wm831x-core.c index baae9e47bffb..282e76ab678f 100644 --- a/drivers/mfd/wm831x-core.c +++ b/drivers/mfd/wm831x-core.c | |||
@@ -732,6 +732,9 @@ static struct mfd_cell wm8310_devs[] = { | |||
732 | .resources = wm831x_dcdc4_resources, | 732 | .resources = wm831x_dcdc4_resources, |
733 | }, | 733 | }, |
734 | { | 734 | { |
735 | .name = "wm831x-clk", | ||
736 | }, | ||
737 | { | ||
735 | .name = "wm831x-epe", | 738 | .name = "wm831x-epe", |
736 | .id = 1, | 739 | .id = 1, |
737 | }, | 740 | }, |
@@ -883,6 +886,9 @@ static struct mfd_cell wm8311_devs[] = { | |||
883 | .resources = wm831x_dcdc4_resources, | 886 | .resources = wm831x_dcdc4_resources, |
884 | }, | 887 | }, |
885 | { | 888 | { |
889 | .name = "wm831x-clk", | ||
890 | }, | ||
891 | { | ||
886 | .name = "wm831x-epe", | 892 | .name = "wm831x-epe", |
887 | .id = 1, | 893 | .id = 1, |
888 | }, | 894 | }, |
@@ -1010,6 +1016,9 @@ static struct mfd_cell wm8312_devs[] = { | |||
1010 | .resources = wm831x_dcdc4_resources, | 1016 | .resources = wm831x_dcdc4_resources, |
1011 | }, | 1017 | }, |
1012 | { | 1018 | { |
1019 | .name = "wm831x-clk", | ||
1020 | }, | ||
1021 | { | ||
1013 | .name = "wm831x-epe", | 1022 | .name = "wm831x-epe", |
1014 | .id = 1, | 1023 | .id = 1, |
1015 | }, | 1024 | }, |
@@ -1161,6 +1170,9 @@ static struct mfd_cell wm8320_devs[] = { | |||
1161 | .resources = wm8320_dcdc4_buck_resources, | 1170 | .resources = wm8320_dcdc4_buck_resources, |
1162 | }, | 1171 | }, |
1163 | { | 1172 | { |
1173 | .name = "wm831x-clk", | ||
1174 | }, | ||
1175 | { | ||
1164 | .name = "wm831x-gpio", | 1176 | .name = "wm831x-gpio", |
1165 | .num_resources = ARRAY_SIZE(wm831x_gpio_resources), | 1177 | .num_resources = ARRAY_SIZE(wm831x_gpio_resources), |
1166 | .resources = wm831x_gpio_resources, | 1178 | .resources = wm831x_gpio_resources, |