aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mfd/tps6586x.h
diff options
context:
space:
mode:
authorThierry Reding <thierry.reding@avionic-design.de>2012-04-26 16:52:21 +0200
committerMark Brown <broonie@opensource.wolfsonmicro.com>2012-05-04 13:25:16 +0100
commit62f6b0879304e2169d6bf6221612e8111e342ee7 (patch)
tree0a87bef6a43043c22146577dd33f82d06bca7b2f /include/linux/mfd/tps6586x.h
parentregulator: Add generic DT parsing for regulators (diff)
downloadlinux-dev-62f6b0879304e2169d6bf6221612e8111e342ee7.tar.xz
linux-dev-62f6b0879304e2169d6bf6221612e8111e342ee7.zip
tps6586x: Add device tree support
This commit adds device tree support for the TPS6586x regulator. Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'include/linux/mfd/tps6586x.h')
-rw-r--r--include/linux/mfd/tps6586x.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mfd/tps6586x.h b/include/linux/mfd/tps6586x.h
index b19176eab44d..f350fd0ba1df 100644
--- a/include/linux/mfd/tps6586x.h
+++ b/include/linux/mfd/tps6586x.h
@@ -68,6 +68,7 @@ struct tps6586x_subdev_info {
int id;
const char *name;
void *platform_data;
+ struct device_node *of_node;
};
struct tps6586x_platform_data {