Lines Matching +full:vddneg +full:- +full:supply
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Jianhua Lu <lujianhua000@gmail.com>
13 The Kinetic Technologies KTZ8866 is a high efficiency 6-channels-current-sinks
15 https://www.kinet-ic.com/ktz8866/
18 - $ref: common.yaml#
27 vddpos-supply:
28 description: positive boost supply regulator.
30 vddneg-supply:
31 description: negative boost supply regulator.
33 enable-gpios:
37 current-num-sinks:
42 kinetic,current-ramp-delay-ms:
48 kinetic,led-enable-ramp-delay-ms:
54 kinetic,enable-lcd-bias:
55 description: Set if we want to output bias power supply for LCD.
59 - compatible
60 - reg
61 - vddpos-supply
62 - vddneg-supply
63 - enable-gpios
68 - |
69 #include <dt-bindings/gpio/gpio.h>
72 #address-cells = <1>;
73 #size-cells = <0>;
78 vddpos-supply = <&bl_vddpos_5p5>;
79 vddneg-supply = <&bl_vddneg_5p5>;
80 enable-gpios = <&tlmm 139 GPIO_ACTIVE_HIGH>;
81 current-num-sinks = <5>;
82 kinetic,current-ramp-delay-ms = <128>;
83 kinetic,led-enable-ramp-delay-ms = <1>;
84 kinetic,enable-lcd-bias;