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

regulator: da9053: Update regulator for DA9053 BC silicon support

Provide an additional case entry for DA9053_BC in the find_regulator_info()
function in order to support BC type silicon for the DA9053 device.

Signed-off-by: Steve Twiss <stwiss.opensource@diasemi.com>
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Steve Twiss and committed by
Mark Brown
8b708144 6ff33f39

+1
+1
drivers/regulator/da9052-regulator.c
··· 381 381 case DA9053_AA: 382 382 case DA9053_BA: 383 383 case DA9053_BB: 384 + case DA9053_BC: 384 385 for (i = 0; i < ARRAY_SIZE(da9053_regulator_info); i++) { 385 386 info = &da9053_regulator_info[i]; 386 387 if (info->reg_desc.id == id)