Lines Matching +full:always +full:- +full:on

4 - compatible: "ti,tps65090"
5 - reg: I2C slave address
6 - interrupts: the interrupt outputs of the controller
7 - regulators: A node that houses a sub-node for each regulator within the
8 device. Each sub-node is identified using the node's name, with valid
9 values listed below. The content of each sub-node is defined by the
11 dcdc[1-3], fet[1-7] and ldo[1-2] respectively.
12 - vsys[1-3]-supply: The input supply for DCDC[1-3] respectively.
13 - infet[1-7]-supply: The input supply for FET[1-7] respectively.
14 - vsys-l[1-2]-supply: The input supply for LDO[1-2] respectively.
17 - ti,enable-ext-control: This is applicable for DCDC1, DCDC2 and DCDC3.
19 - dcdc-ext-control-gpios: This is applicable for DCDC1, DCDC2 and DCDC3.
24 - ti,overcurrent-wait: This is applicable to FET registers, which have a
26 should be between 0 - 3. If this property isn't present we won't touch the
38 vsys1-supply = <&some_reg>;
39 vsys2-supply = <&some_reg>;
40 vsys3-supply = <&some_reg>;
41 infet1-supply = <&some_reg>;
42 infet2-supply = <&some_reg>;
43 infet3-supply = <&some_reg>;
44 infet4-supply = <&some_reg>;
45 infet5-supply = <&some_reg>;
46 infet6-supply = <&some_reg>;
47 infet7-supply = <&some_reg>;
48 vsys-l1-supply = <&some_reg>;
49 vsys-l2-supply = <&some_reg>;
53 regulator-name = "dcdc1";
54 regulator-boot-on;
55 regulator-always-on;
56 ti,enable-ext-control;
57 dcdc-ext-control-gpios = <&gpio 10 0>;
61 regulator-name = "dcdc2";
62 regulator-boot-on;
63 regulator-always-on;
67 regulator-name = "dcdc3";
68 regulator-boot-on;
69 regulator-always-on;
73 regulator-name = "fet1";
74 regulator-boot-on;
75 regulator-always-on;
79 regulator-name = "fet2";
80 regulator-boot-on;
81 regulator-always-on;
85 regulator-name = "fet3";
86 regulator-boot-on;
87 regulator-always-on;
91 regulator-name = "fet4";
92 regulator-boot-on;
93 regulator-always-on;
97 regulator-name = "fet5";
98 regulator-boot-on;
99 regulator-always-on;
103 regulator-name = "fet6";
104 regulator-boot-on;
105 regulator-always-on;
109 regulator-name = "fet7";
110 regulator-boot-on;
111 regulator-always-on;
115 regulator-name = "ldo1";
116 regulator-boot-on;
117 regulator-always-on;
121 regulator-name = "ldo2";
122 regulator-boot-on;
123 regulator-always-on;