ce97be4b775a7f803e0579cbd32a163fc70e2af9
[openwrt/openwrt.git] / target / linux / at91 / patches-5.10 / 123-regulator-mcp16502-add-linear_min_sel.patch
1 From f5a73f3bb600b96b6149f2115360e1d0d51fbac4 Mon Sep 17 00:00:00 2001
2 From: Claudiu Beznea <claudiu.beznea@microchip.com>
3 Date: Fri, 13 Nov 2020 17:21:07 +0200
4 Subject: [PATCH 123/247] regulator: mcp16502: add linear_min_sel
5
6 Selectors b/w zero and VDD_LOW_SEL are not valid. Use linear_min_sel.
7
8 Fixes: 919261c03e7ca ("regulator: mcp16502: add regulator driver for MCP16502")
9 Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
10 Link: https://lore.kernel.org/r/1605280870-32432-4-git-send-email-claudiu.beznea@microchip.com
11 Signed-off-by: Mark Brown <broonie@kernel.org>
12 ---
13 drivers/regulator/mcp16502.c | 1 +
14 1 file changed, 1 insertion(+)
15
16 --- a/drivers/regulator/mcp16502.c
17 +++ b/drivers/regulator/mcp16502.c
18 @@ -93,6 +93,7 @@ static unsigned int mcp16502_of_map_mode
19 .owner = THIS_MODULE, \
20 .n_voltages = MCP16502_VSEL + 1, \
21 .linear_ranges = _ranges, \
22 + .linear_min_sel = VDD_LOW_SEL, \
23 .n_linear_ranges = ARRAY_SIZE(_ranges), \
24 .of_match = of_match_ptr(_name), \
25 .of_map_mode = mcp16502_of_map_mode, \