]> git.baikalelectronics.ru Git - kernel.git/commit
regulator: axp20x: fix set_ramp_delay for AXP209/dcdc2
authorPriit Laes <plaes@plaes.org>
Fri, 14 Dec 2018 20:54:07 +0000 (22:54 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 17 Dec 2018 12:26:34 +0000 (12:26 +0000)
commit67683595b6272519a5ce6b3bd29474e6138c2e9e
tree6c1bcd9c5ac3949cfbf6d954331b38e58e0428f7
parentf4f2c96684c44b754d7fe59b2ef75cbdb8e7e6b7
regulator: axp20x: fix set_ramp_delay for AXP209/dcdc2

Initial commit of set_ramp_delay feature was missing an assignment which
should have populated slew_rate table for dcdc2 regulator. Add it.

Fixes: dcace0c4d83b ("regulator: axp20x: add support for set_ramp_delay for AXP209")
Signed-off-by: Priit Laes <plaes@plaes.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/axp20x-regulator.c