diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2011-12-21 23:00:46 +0800 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-12-22 11:10:45 +0000 |
commit | 93bcb23b38f634e8fb4ddda0d3f4862fda5cedae (patch) | |
tree | 9f087497a7511022c8e740c3e16bb3703efc4fda /include/linux/mfd | |
parent | 3a5d03158d0174ae700e15b63eab2023f27aeb88 (diff) | |
download | linux-stable-93bcb23b38f634e8fb4ddda0d3f4862fda5cedae.tar.gz linux-stable-93bcb23b38f634e8fb4ddda0d3f4862fda5cedae.tar.bz2 linux-stable-93bcb23b38f634e8fb4ddda0d3f4862fda5cedae.zip |
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; struct mc13xxx_regulator_init_data { int id; struct regulator_init_data *init_data; + struct device_node *node; }; struct mc13xxx_regulator_platform_data { |