Lines Matching +full:input +full:- +full:enable
1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/regulator/richtek,rtmv20-regulator.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - ChiYuan Huang <cy_huang@richtek.com>
15 (Enable/Fail), Enable pin to turn chip on, and Fail pin as fault indication.
17 the others for outputs (fsin1 and fsin2). Strobe input to start the current
18 supply, vsync input from IR camera, and fsin1/fsin2 output for the optional.
27 wakeup-source: true
32 enable-gpios:
33 description: A connection of the 'enable' gpio line.
36 richtek,ld-pulse-delay-us:
43 richtek,ld-pulse-width-us:
50 richtek,fsin1-delay-us:
57 richtek,fsin1-width-us:
64 richtek,fsin2-delay-us:
71 richtek,fsin2-width-us:
78 richtek,es-pulse-width-us:
84 richtek,es-ld-current-microamp:
90 richtek,lbp-level-microvolt:
96 richtek,lbp-enable:
97 description: Low battery protection function enable control.
100 richtek,strobe-polarity-high:
104 richtek,vsync-polarity-high:
108 richtek,fsin-enable:
109 description: Fsin function enable control.
112 richtek,fsin-output:
116 richtek,es-enable:
117 description: Eye safety function enable control.
126 - compatible
127 - reg
128 - wakeup-source
129 - interrupts
130 - enable-gpios
131 - lsw
136 - |
137 #include <dt-bindings/interrupt-controller/irq.h>
139 #address-cells = <1>;
140 #size-cells = <0>;
145 wakeup-source;
146 interrupts-extended = <&gpio26 2 IRQ_TYPE_LEVEL_LOW>;
147 enable-gpios = <&gpio26 3 0>;
149 richtek,strobe-polarity-high;
150 richtek,vsync-polarity-high;
153 regulator-name = "rtmv20,lsw";
154 regulator-min-microamp = <0>;
155 regulator-max-microamp = <6000000>;