Lines Matching +full:active +full:-
1 Device-Tree bindings for charger of Active-semi ACT8945A Multi-Function Device
4 - compatible: "active-semi,act8945a-charger".
5 - active-semi,chglev-gpios: charge current level phandle with args
7 - active-semi,lbo-gpios: specify the low battery voltage detect phandle
9 - interrupts: <a b> where a is the interrupt number and b is a
14 - active-semi,input-voltage-threshold-microvolt: unit: mV;
15 Specifies the charger's input over-voltage threshold value;
17 - active-semi,precondition-timeout: unit: minutes;
21 - active-semi,total-timeout: unit: hours;
28 compatible = "active-semi,act8945a";
32 compatible = "active-semi,act8945a-charger";
33 pinctrl-names = "default";
34 pinctrl-0 = <&pinctrl_charger_chglev &pinctrl_charger_lbo &pinctrl_charger_irq>;
35 interrupt-parent = <&pioA>;
38 active-semi,chglev-gpios = <&pioA 12 GPIO_ACTIVE_HIGH>;
39 active-semi,lbo-gpios = <&pioA 72 GPIO_ACTIVE_LOW>;
40 active-semi,input-voltage-threshold-microvolt = <6600>;
41 active-semi,precondition-timeout = <40>;
42 active-semi,total-timeout = <3>;