Lines Matching +full:x +full:- +full:plate +full:- +full:ohms
1 // SPDX-License-Identifier: GPL-2.0
6 * at minimum the GPIO enable-gpios for display, and
7 * gpios for gpio-backlight.
16 compatible = "gpio-backlight";
17 default-on;
21 lcd_3v3: regulator-lcd-3v3 {
22 compatible = "regulator-fixed";
23 regulator-name = "lcd_3v3";
24 regulator-min-microvolt = <3300000>;
25 regulator-max-microvolt = <3300000>;
26 startup-delay-us = <70000>;
32 power-supply = <&lcd_3v3>;
33 envdd-supply = <&lcd_3v3>;
37 remote-endpoint = <&dpi_out>;
45 regulator-always-on;
52 remote-endpoint = <&lcd_in>;
53 data-lines = <18>;
62 spi-max-frequency = <1000000>;
63 vcc-supply = <&lcd_3v3>;
64 ti,x-min = /bits/ 16 <0>;
65 ti,x-max = /bits/ 16 <8000>;
66 ti,y-min = /bits/ 16 <0>;
67 ti,y-max = /bits/ 16 <4800>;
68 ti,x-plate-ohms = /bits/ 16 <40>;
69 ti,pressure-max = /bits/ 16 <255>;
70 ti,swap-xy;
71 wakeup-source;