aboutsummaryrefslogtreecommitdiff
path: root/include/linux/mfd
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@linaro.org>2011-12-21 23:00:46 +0800
committerMark Brown <broonie@opensource.wolfsonmicro.com>2011-12-22 11:10:45 +0000
commit93bcb23b38f634e8fb4ddda0d3f4862fda5cedae (patch)
tree9f087497a7511022c8e740c3e16bb3703efc4fda /include/linux/mfd
parent3a5d03158d0174ae700e15b63eab2023f27aeb88 (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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mfd/mc13xxx.h b/include/linux/mfd/mc13xxx.h
index 3816c2fac0a..a98e2a316d1 100644
--- a/include/linux/mfd/mc13xxx.h
+++ b/include/linux/mfd/mc13xxx.h
@@ -69,6 +69,7 @@ struct regulator_init_data;
struct mc13xxx_regulator_init_data {
int id;
struct regulator_init_data *init_data;
+ struct device_node *node;
};
struct mc13xxx_regulator_platform_data {