projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
811c732
)
regulator: mcp16502: add linear_min_sel
author
Claudiu Beznea
<claudiu.beznea@microchip.com>
Fri, 13 Nov 2020 15:21:07 +0000
(17:21 +0200)
committer
Mark Brown
<broonie@kernel.org>
Fri, 13 Nov 2020 16:13:08 +0000
(16:13 +0000)
Selectors b/w zero and VDD_LOW_SEL are not valid. Use linear_min_sel.
Fixes: 919261c03e7ca ("regulator: mcp16502: add regulator driver for MCP16502")
Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Link:
https://lore.kernel.org/r/1605280870-32432-4-git-send-email-claudiu.beznea@microchip.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/mcp16502.c
patch
|
blob
|
history
diff --git
a/drivers/regulator/mcp16502.c
b/drivers/regulator/mcp16502.c
index 6d0ad74935b35cefba2f4cf334c343d2d87f5b55..ab78f831f5bf78510124a74f3cc3446c3fd76cba 100644
(file)
--- a/
drivers/regulator/mcp16502.c
+++ b/
drivers/regulator/mcp16502.c
@@
-93,6
+93,7
@@
static unsigned int mcp16502_of_map_mode(unsigned int mode)
.owner = THIS_MODULE, \
.n_voltages = MCP16502_VSEL + 1, \
.linear_ranges = _ranges, \
+ .linear_min_sel = VDD_LOW_SEL, \
.n_linear_ranges = ARRAY_SIZE(_ranges), \
.of_match = of_match_ptr(_name), \
.of_map_mode = mcp16502_of_map_mode, \