Lines Matching +full:avg +full:- +full:pos +full:- +full:strength
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Gwendal Grignou <gwendal@chromium.org>
11 - Daniel Campello <campello@chromium.org>
29 vdd-supply:
32 svdd-supply:
35 "#io-channel-cells":
46 semtech,proxraw-strength:
52 PROXRAW filter strength for both phases. A value of 0 represents off,
53 and other values represent 1-1/2^N.
55 semtech,avg-pos-strength:
60 Average positive filter strength. A value of 0 represents off and
62 represent 1-1/N.
64 semtech,input-precharge-resistor-ohms:
70 Pre-charge input resistance in Ohm.
73 - compatible
74 - reg
75 - "#io-channel-cells"
80 - |
81 #include <dt-bindings/interrupt-controller/irq.h>
83 #address-cells = <1>;
84 #size-cells = <0>;
88 interrupt-parent = <&pio>;
90 vdd-supply = <&pp3300_a>;
91 svdd-supply = <&pp1800_prox>;
92 #io-channel-cells = <1>;
94 semtech,proxraw-strength = <2>;
95 semtech,avg-pos-strength = <64>;
96 semtech,input-precharge-resistor-ohms = <4000>;