VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   57 Tags
author: Claudiu Beznea <claudiu.beznea@microchip.com> 2020-11-13 17:21:07 +0200 committer: Mark Brown <broonie@kernel.org> 2020-11-13 16:13:08 +0000 commit: 478f8089161e9a8f487ef3f560e59d1423b81c05 parent: 811c732f468833fea8619fe06c2bb71368d6984a
Commit Summary:
regulator: mcp16502: add linear_min_sel
Diffstat:
1 file changed, 1 insertion, 0 deletions
diff --git a/drivers/regulator/mcp16502.c b/drivers/regulator/mcp16502.c
index 6d0ad74935b3..ab78f831f5bf 100644
--- 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,		\