projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ff33f3
)
regulator: da9053: Update regulator for DA9053 BC silicon support
author
Steve Twiss
<stwiss.opensource@diasemi.com>
Fri, 16 Oct 2015 08:55:54 +0000
(09:55 +0100)
committer
Mark Brown
<broonie@kernel.org>
Fri, 16 Oct 2015 14:36:01 +0000
(15:36 +0100)
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>
drivers/regulator/da9052-regulator.c
patch
|
blob
|
history
diff --git
a/drivers/regulator/da9052-regulator.c
b/drivers/regulator/da9052-regulator.c
index e628d4c2f2ae43de1955aac857f745ec2d3d0357..12a25b40e4730319605193407cca3a6f6b8298b9 100644
(file)
--- a/
drivers/regulator/da9052-regulator.c
+++ b/
drivers/regulator/da9052-regulator.c
@@
-381,6
+381,7
@@
static inline struct da9052_regulator_info *find_regulator_info(u8 chip_id,
case DA9053_AA:
case DA9053_BA:
case DA9053_BB:
+ case DA9053_BC:
for (i = 0; i < ARRAY_SIZE(da9053_regulator_info); i++) {
info = &da9053_regulator_info[i];
if (info->reg_desc.id == id)