
22 Jun
2019
22 Jun
'19
9:10 p.m.
On Wed, 12 Jun 2019 at 07:32, Sven Schwermer sven@svenschwermer.de wrote:
Fixed regulators don't have a set_value method. Therefore, trying to set their value will always return -ENOSYS.
Signed-off-by: Sven Schwermer sven@svenschwermer.de Cc: Jaehoon Chung jh80.chung@samsung.com Cc: Peng Fan peng.fan@nxp.com
drivers/power/regulator/regulator-uclass.c | 3 +++ 1 file changed, 3 insertions(+)
Reviewed-by: Simon Glass sjg@chromium.org
It should be possible to create a simple test for this in test/dm/regulator.c