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

regulator: Add DT bindings for tps65218 PMIC regulators.

Add DT bindings for tps65218 PMIC regulators.

Signed-off-by: Keerthy <j-keerthy@ti.com>
Reviewed-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Mark Brown <broonie@linaro.org>

authored by

Keerthy and committed by
Mark Brown
ce26db08 7753d2d4

+23
+23
Documentation/devicetree/bindings/regulator/tps65218.txt
··· 1 + TPS65218 family of regulators 2 + 3 + Required properties: 4 + For tps65218 regulators/LDOs 5 + - compatible: 6 + - "ti,tps65218-dcdc1" for DCDC1 7 + - "ti,tps65218-dcdc2" for DCDC2 8 + - "ti,tps65218-dcdc3" for DCDC3 9 + - "ti,tps65218-dcdc4" for DCDC4 10 + - "ti,tps65218-dcdc5" for DCDC5 11 + - "ti,tps65218-dcdc6" for DCDC6 12 + - "ti,tps65218-ldo1" for LDO1 13 + 14 + Optional properties: 15 + - Any optional property defined in bindings/regulator/regulator.txt 16 + 17 + Example: 18 + 19 + xyz: regulator@0 { 20 + compatible = "ti,tps65218-dcdc1"; 21 + regulator-min-microvolt = <1000000>; 22 + regulator-max-microvolt = <3000000>; 23 + };