1 TI LMU LM363x regulator device tree bindings
3 LM363x regulator driver supports LM3631 and LM3632.
4 LM3631 has five regulators and LM3632 supports three regulators.
7 - compatible: "ti,lm363x-regulator"
10 LM3632 has external enable pins for two LDOs.
11 - enable-gpios: Two GPIO specifiers for Vpos and Vneg control pins.
12 The first entry is Vpos, the second is Vneg enable pin.
27 Optional properties of a child node:
28 Each sub-node should contain the constraints and initialization.
31 Examples: Please refer to ti-lmu dt-bindings [2].
34 compatible = "ti,lm3631";
38 compatible = "ti,lm363x-regulator";
41 regulator-name = "lcd_boost";
42 regulator-min-microvolt = <4500000>;
43 regulator-max-microvolt = <6350000>;
48 regulator-name = "lcd_vcont";
49 regulator-min-microvolt = <1800000>;
50 regulator-max-microvolt = <3300000>;
54 regulator-name = "lcd_voref";
55 regulator-min-microvolt = <4000000>;
56 regulator-max-microvolt = <6000000>;
60 regulator-name = "lcd_vpos";
61 regulator-min-microvolt = <4000000>;
62 regulator-max-microvolt = <6000000>;
67 regulator-name = "lcd_vneg";
68 regulator-min-microvolt = <4000000>;
69 regulator-max-microvolt = <6000000>;
76 compatible = "ti,lm3632";
80 compatible = "ti,lm363x-regulator";
82 /* GPIO1_16 for Vpos, GPIO1_28 is for Vneg */
83 enable-gpios = <&gpio1 16 GPIO_ACTIVE_HIGH>,
84 <&gpio1 28 GPIO_ACTIVE_HIGH>;
87 regulator-name = "lcd_boost";
88 regulator-min-microvolt = <4500000>;
89 regulator-max-microvolt = <6400000>;
94 regulator-name = "lcd_vpos";
95 regulator-min-microvolt = <4000000>;
96 regulator-max-microvolt = <6000000>;
100 regulator-name = "lcd_vneg";
101 regulator-min-microvolt = <4000000>;
102 regulator-max-microvolt = <6000000>;
107 [1] ../regulator/regulator.txt
108 [2] ../mfd/ti-lmu.txt