diff options
author | Keerthy <j-keerthy@ti.com> | 2016-09-19 13:09:06 +0530 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2016-10-26 10:30:39 +0100 |
commit | 2dc4940360d4c0c38aa9275532c7c0d7542f6258 (patch) | |
tree | 4bcf5e3b409eebc137ce675e6a9717ecb85f676d /include/linux/mfd | |
parent | 4531156db726d27e593d35800d43c74be4e393b9 (diff) |
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')
-rw-r--r-- | include/linux/mfd/tps65218.h | 1 |
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, |