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

regulator: 88pg86x: add DT bindings document

The only device-specific node names are "buck1" and "buck2" for the two
regulators present on the device. Sleep mode GPIO and per-regulator GPIO
enable pins are not exposed (the driver does not support them either).

Signed-off-by: Alexander Monakov <amonakov@ispras.ru>
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Alexander Monakov and committed by
Mark Brown
2a254de2 7928b2cb

+22
+22
Documentation/devicetree/bindings/regulator/88pg86x.txt
··· 1 + Marvell 88PG867/88PG868 voltage regulators 2 + 3 + Required properties: 4 + - compatible: one of "marvell,88pg867", "marvell,88pg868"; 5 + - reg: I2C slave address. 6 + 7 + Optional subnodes for regulators: "buck1", "buck2", using common regulator 8 + bindings given in <Documentation/devicetree/bindings/regulator/regulator.txt>. 9 + 10 + Example: 11 + 12 + pg868@19 { 13 + compatible = "marvell,88pg868"; 14 + reg = <0x19>; 15 + 16 + vcpu: buck1 { 17 + regulator-boot-on; 18 + regulator-always-on; 19 + regulator-min-microvolt = <1000000>; 20 + regulator-max-microvolt = <1350000>; 21 + }; 22 + };