Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1b35edaf authored by Dr. David Alan Gilbert's avatar Dr. David Alan Gilbert Committed by Jiri Kosina
Browse files

doc: fix regulator docs cut-and-pasteism



Minor copy-and-pasteism in the regulator docs (against
git from today):

Signed-off-by: default avatarDave Gilbert <linux@treblig.org>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 86185af9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -104,7 +104,7 @@ to set the limit to 500mA when supplying power.

Consumers can control their supply current limit by calling :-

int regulator_set_current_limit(regulator, min_uV, max_uV);
int regulator_set_current_limit(regulator, min_uA, max_uA);

Where min_uA and max_uA are the minimum and maximum acceptable current limit in
microamps.