Lines Matching +full:gain +full:- +full:gpios
4 - compatible : Should be any of
10 "si-en,sn3199".
11 - #address-cells: Must be 1.
12 - #size-cells: Must be 0.
13 - reg: 0x64, 0x65, 0x66, or 0x67.
16 - audio-gain-db : audio gain selection for external analog modulation input.
17 Valid values: 0 - 21, step by 3 (rounded down)
19 - shutdown-gpios : Specifier of the GPIO connected to SDB pin of the chip.
21 Each led is represented as a sub-node of the issi,is31fl319x device.
24 Required led sub-node properties:
25 - reg : number of LED line
26 Valid values: 1 - number of leds supported by the chip variant.
28 Optional led sub-node properties:
29 - label : see Documentation/devicetree/bindings/leds/common.txt.
30 - linux,default-trigger :
32 - led-max-microamp : (optional)
33 Valid values: 5000 - 40000, step by 5000 (rounded down)
38 by reducing the dury-cycle of pulses and not the current, which
39 will always have its peak value equal to led-max-microamp.
45 #address-cells = <1>;
46 #size-cells = <0>;
48 shutdown-gpios = <&gpio0 11 GPIO_ACTIVE_HIGH>;
53 led-max-microamp = <10000>;
59 linux,default-trigger = "default-on";