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

regulator: act8865: add DT binding for property "active-semi,vsel-high"

Add a DT property "active-semi,vsel-high" to indicate the VSEL pin
is high. If this property is missing, then assume the VSEL pin is
low(0).

Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com>
Reviewed-by: Ludovic Desroches <ludovic.desroches@atmel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Wenyou Yang and committed by
Mark Brown
1f37cbe2 c86dc03e

+3
+3
Documentation/devicetree/bindings/regulator/act8865-regulator.txt
··· 8 8 Optional properties: 9 9 - system-power-controller: Telling whether or not this pmic is controlling 10 10 the system power. See Documentation/devicetree/bindings/power/power-controller.txt . 11 + - active-semi,vsel-high: Indicates the VSEL pin is high. 12 + If this property is missing, assume the VSEL pin is low(0). 11 13 12 14 Optional input supply properties: 13 15 - for act8600: ··· 51 49 pmic: act8865@5b { 52 50 compatible = "active-semi,act8865"; 53 51 reg = <0x5b>; 52 + active-semi,vsel-high; 54 53 status = "disabled"; 55 54 56 55 regulators {