Lines Matching +full:have +full:- +full:pmic
3 The tps659038 for the AM57x class have OTP spins that
4 have different part numbers but the same functionality. There
11 - compatible : Should be from the list
12 ti,twl6035-pmic
13 ti,twl6036-pmic
14 ti,twl6037-pmic
15 ti,tps65913-pmic
16 ti,tps65914-pmic
17 ti,tps65917-pmic
18 ti,tps659038-pmic
20 ti,palmas-pmic
21 - interrupts : The interrupt number and the type which can be looked up here:
22 arch/arm/boot/dts/include/dt-bindings/interrupt-controller/irq.h
23 - interrupts-name: The names of the individual interrupts.
26 - ti,ldo6-vibrator : ldo6 is in vibrator mode
29 - regulators : Must contain a sub-node per regulator from the list below.
30 Each sub-node should contain the constraints and initialization
32 description of standard properties for these sub-nodes.
35 For ti,palmas-pmic - smps12, smps123, smps3 depending on OTP,
36 smps45, smps457, smps7 depending on variant, smps6, smps[8-9],
37 smps10_out2, smps10_out1, ldo[1-9], ldoln, ldousb.
39 Optional sub-node properties:
40 ti,warm-reset - maintain voltage during warm reset(boolean)
41 ti,roof-floor - This takes as optional argument on platform supporting
48 ti,mode-sleep - mode to adopt in pmic sleep 0 - off, 1 - auto,
49 2 - eco, 3 - forced pwm
50 ti,smps-range - OTP has the wrong range set for the hardware so override
51 0 - low range, 1 - high range.
53 - ti,system-power-controller: Telling whether or not this pmic is controlling
58 #include <dt-bindings/interrupt-controller/irq.h>
60 pmic {
61 compatible = "ti,twl6035-pmic", "ti,palmas-pmic";
62 interrupt-parent = <&palmas>;
64 interrupts-name = "short-irq";
66 ti,ldo6-vibrator;
68 ti,system-power-controller;
72 regulator-name = "smps12";
73 regulator-min-microvolt = < 600000>;
74 regulator-max-microvolt = <1500000>;
75 regulator-always-on;
76 regulator-boot-on;
77 ti,warm-reset;
78 ti,roof-floor = <1>; /* ENABLE1 control */
79 ti,mode-sleep = <0>;
80 ti,smps-range = <1>;
84 regulator-name = "ldo1";
85 regulator-min-microvolt = <2800000>;
86 regulator-max-microvolt = <2800000>;