Lines Matching +full:enable +full:- +full:active +full:- +full:discharge
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - devicetree@vger.kernel.org
21 - ti,tps65132
26 vin-supply: true
37 enable-gpios:
40 GPIO specifier to enable the GPIO control (on/off) for regulator.
42 active-discharge-gpios:
45 GPIO specifier to actively discharge the delay mechanism.
47 ti,active-discharge-time-us:
48 description: Regulator active discharge time in microseconds.
51 active-discharge-gpios: [ 'ti,active-discharge-time-us' ]
54 - compatible
55 - reg
60 - |
61 #include <dt-bindings/gpio/gpio.h>
64 #address-cells = <1>;
65 #size-cells = <0>;
70 vin-supply = <&supply>;
73 regulator-name = "outp";
74 regulator-boot-on;
75 regulator-always-on;
76 enable-gpios = <&gpio 23 GPIO_ACTIVE_HIGH>;
80 regulator-name = "outn";
81 regulator-boot-on;
82 regulator-always-on;
83 regulator-active-discharge = <0>;
84 enable-gpios = <&gpio 40 GPIO_ACTIVE_HIGH>;