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

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'regulator-fix-v7.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator

Pull regulator fix from Mark Brown:
"Just one fix here from Hugo Villeneuve, the documentation for some of
the regulator DT properties had been cut'n'pasted so that if anyone
actually read it they'd be informed that those properties had
completely incorrect meanings"

* tag 'regulator-fix-v7.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator:
regulator: dt-bindings: fix typos in regulator-uv-* descriptions

+2 -2
+2 -2
Documentation/devicetree/bindings/regulator/regulator.yaml
··· 168 168 offset from voltage set to regulator. 169 169 170 170 regulator-uv-protection-microvolt: 171 - description: Set over under voltage protection limit. This is a limit where 171 + description: Set under voltage protection limit. This is a limit where 172 172 hardware performs emergency shutdown. Zero can be passed to disable 173 173 protection and value '1' indicates that protection should be enabled but 174 174 limit setting can be omitted. Limit is given as microvolt offset from ··· 182 182 is given as microvolt offset from voltage set to regulator. 183 183 184 184 regulator-uv-warn-microvolt: 185 - description: Set over under voltage warning limit. This is a limit where 185 + description: Set under voltage warning limit. This is a limit where 186 186 hardware is assumed still to be functional but approaching limit where 187 187 it gets damaged. Recovery actions should be initiated. Zero can be passed 188 188 to disable detection and value '1' indicates that detection should