diff options
author | ryang <decatf@gmail.com> | 2018-04-19 18:18:50 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-04-20 12:44:34 +0200 |
commit | 669ca0303ac93adba0e046d414165250861efdb7 (patch) | |
tree | b41ff1ed2233de199ba942169b415f308065655f /drivers | |
parent | regulator: pfuze100: update voltage setting for pfuze3000 sw1a (diff) | |
download | linux-669ca0303ac93adba0e046d414165250861efdb7.tar.xz linux-669ca0303ac93adba0e046d414165250861efdb7.zip |
regulator: tps6586x: Add support for TPS658624
This version is exists in the Samsung Galaxy Tab 10.1 which is based on the
Nvidia Tegra 2 board. The TPS658624 has the same SM2 voltage table as
TPS658623.
Signed-off-by: ryang <decatf@gmail.com>
Acked-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/regulator/tps6586x-regulator.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/tps6586x-regulator.c b/drivers/regulator/tps6586x-regulator.c index 9e9d22038017..ba3dae7b2d2d 100644 --- a/drivers/regulator/tps6586x-regulator.c +++ b/drivers/regulator/tps6586x-regulator.c @@ -342,6 +342,7 @@ static struct tps6586x_regulator *find_regulator_info(int id, int version) switch (version) { case TPS658623: + case TPS658624: table = tps658623_regulator; num = ARRAY_SIZE(tps658623_regulator); break; |