Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 669ca030 authored by ryang's avatar ryang Committed by Mark Brown
Browse files

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: default avatarryang <decatf@gmail.com>
Acked-by: default avatarLee Jones <lee.jones@linaro.org>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 1dced996
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;
+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@
#define TPS658621A	0x15
#define TPS658621CD	0x2c
#define TPS658623	0x1b
#define TPS658624	0x0a
#define TPS658640	0x01
#define TPS658640v2	0x02
#define TPS658643	0x03