Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

ryang and committed by
Mark Brown
669ca030 1dced996

+2
+1
drivers/regulator/tps6586x-regulator.c
··· 342 342 343 343 switch (version) { 344 344 case TPS658623: 345 + case TPS658624: 345 346 table = tps658623_regulator; 346 347 num = ARRAY_SIZE(tps658623_regulator); 347 348 break;
+1
include/linux/mfd/tps6586x.h
··· 18 18 #define TPS658621A 0x15 19 19 #define TPS658621CD 0x2c 20 20 #define TPS658623 0x1b 21 + #define TPS658624 0x0a 21 22 #define TPS658640 0x01 22 23 #define TPS658640v2 0x02 23 24 #define TPS658643 0x03