aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mfd/tps65218.h
diff options
context:
space:
mode:
authorKeerthy <j-keerthy@ti.com>2016-09-19 13:09:06 +0530
committerLee Jones <lee.jones@linaro.org>2016-10-26 10:30:39 +0100
commit2dc4940360d4c0c38aa9275532c7c0d7542f6258 (patch)
tree4bcf5e3b409eebc137ce675e6a9717ecb85f676d /include/linux/mfd/tps65218.h
parentmfd: tps65218: Use mfd_add_devices instead of of_platform_populate (diff)
downloadlinux-dev-2dc4940360d4c0c38aa9275532c7c0d7542f6258.tar.xz
linux-dev-2dc4940360d4c0c38aa9275532c7c0d7542f6258.zip
regulator: tps65218: Remove all the compatibles
Remove all the individual compatibles for all the regulators and introduce id_table and update the driver accordingly to parse device tree nodes using the regulator framework. Signed-off-by: Keerthy <j-keerthy@ti.com> Acked-by: Mark Brown <broonie@kernel.org> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'include/linux/mfd/tps65218.h')
-rw-r--r--include/linux/mfd/tps65218.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mfd/tps65218.h b/include/linux/mfd/tps65218.h
index 51bef539091c..bccd2d68b1e3 100644
--- a/include/linux/mfd/tps65218.h
+++ b/include/linux/mfd/tps65218.h
@@ -282,6 +282,7 @@ struct tps65218 {
struct regulator_desc desc[TPS65218_NUM_REGULATOR];
struct tps_info *info[TPS65218_NUM_REGULATOR];
struct regmap *regmap;
+ u8 *strobes;
};
int tps65218_reg_write(struct tps65218 *tps, unsigned int reg,