Lines Matching +full:vsys +full:- +full:supply

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.
34 vsys1-supply = <&some_reg>;
35 vsys2-supply = <&some_reg>;
36 vsys3-supply = <&some_reg>;
37 infet1-supply = <&some_reg>;
38 infet2-supply = <&some_reg>;
39 infet3-supply = <&some_reg>;
40 infet4-supply = <&some_reg>;
41 infet5-supply = <&some_reg>;
42 infet6-supply = <&some_reg>;
43 infet7-supply = <&some_reg>;
44 vsys_l1-supply = <&some_reg>;
45 vsys_l2-supply = <&some_reg>;
49 regulator-name = "dcdc1";
50 regulator-boot-on;
51 regulator-always-on;
52 ti,enable-ext-control;
53 dcdc-ext-control-gpios = <&gpio 10 0>;
57 regulator-name = "dcdc2";
58 regulator-boot-on;
59 regulator-always-on;
63 regulator-name = "dcdc3";
64 regulator-boot-on;
65 regulator-always-on;
69 regulator-name = "fet1";
70 regulator-boot-on;
71 regulator-always-on;
75 regulator-name = "fet2";
76 regulator-boot-on;
77 regulator-always-on;
81 regulator-name = "fet3";
82 regulator-boot-on;
83 regulator-always-on;
87 regulator-name = "fet4";
88 regulator-boot-on;
89 regulator-always-on;
93 regulator-name = "fet5";
94 regulator-boot-on;
95 regulator-always-on;
99 regulator-name = "fet6";
100 regulator-boot-on;
101 regulator-always-on;
105 regulator-name = "fet7";
106 regulator-boot-on;
107 regulator-always-on;
111 regulator-name = "ldo1";
112 regulator-boot-on;
113 regulator-always-on;
117 regulator-name = "ldo2";
118 regulator-boot-on;
119 regulator-always-on;