diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2011-12-21 10:00:46 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-12-22 06:10:45 -0500 |
commit | 93bcb23b38f634e8fb4ddda0d3f4862fda5cedae (patch) | |
tree | 9f087497a7511022c8e740c3e16bb3703efc4fda /include/linux/mfd | |
parent | 3a5d03158d0174ae700e15b63eab2023f27aeb88 (diff) |
regulator: mc13892: add device tree probe support
It adds device tree probe support for mc13892-regulator driver.
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'include/linux/mfd')
-rw-r--r-- | include/linux/mfd/mc13xxx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mfd/mc13xxx.h b/include/linux/mfd/mc13xxx.h index 3816c2fac0ad..a98e2a316d1f 100644 --- a/include/linux/mfd/mc13xxx.h +++ b/include/linux/mfd/mc13xxx.h | |||
@@ -69,6 +69,7 @@ struct regulator_init_data; | |||
69 | struct mc13xxx_regulator_init_data { | 69 | struct mc13xxx_regulator_init_data { |
70 | int id; | 70 | int id; |
71 | struct regulator_init_data *init_data; | 71 | struct regulator_init_data *init_data; |
72 | struct device_node *node; | ||
72 | }; | 73 | }; |
73 | 74 | ||
74 | struct mc13xxx_regulator_platform_data { | 75 | struct mc13xxx_regulator_platform_data { |