Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: regulator: tps65218: rectify units of LS3

LS3 has a selectable current limit.
Change units to microamp in the example.

Signed-off-by: Christian Hohnstaedt <Christian.Hohnstaedt@wago.com>
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Christian Hohnstaedt and committed by
Mark Brown
5ee3d33d 4f430487

+2 -2
+2 -2
Documentation/devicetree/bindings/regulator/tps65218.txt
··· 77 77 }; 78 78 79 79 ls3: regulator-ls3 { 80 - regulator-min-microvolt = <100000>; 81 - regulator-max-microvolt = <1000000>; 80 + regulator-min-microamp = <100000>; 81 + regulator-max-microamp = <1000000>; 82 82 }; 83 83 };