Lines Matching +full:has +full:- +full:touchscreen
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Goodix GT7375P touchscreen
10 - Douglas Anderson <dianders@chromium.org>
13 Supports the Goodix GT7375P touchscreen.
14 This touchscreen uses the i2c-hid protocol but has some non-standard
20 - const: goodix,gt7375p
21 - items:
22 - const: goodix,gt7986u
23 - const: goodix,gt7375p
27 - 0x5d
28 - 0x14
33 reset-gpios:
36 vdd-supply:
37 description: The 3.3V supply to the touchscreen.
40 - compatible
41 - reg
42 - interrupts
43 - reset-gpios
44 - vdd-supply
49 - |
50 #include <dt-bindings/clock/qcom,rpmh.h>
51 #include <dt-bindings/gpio/gpio.h>
52 #include <dt-bindings/interrupt-controller/irq.h>
55 #address-cells = <1>;
56 #size-cells = <0>;
58 ap_ts: touchscreen@5d {
62 interrupt-parent = <&tlmm>;
65 reset-gpios = <&tlmm 8 GPIO_ACTIVE_LOW>;
66 vdd-supply = <&pp3300_ts>;