We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2be670d commit a18226bCopy full SHA for a18226b
arch/arm64/boot/dts/qcom/sdm845-xiaomi-beryllium-ebbg.dts
@@ -13,3 +13,26 @@
13
compatible = "ebbg,ft8719";
14
status = "okay";
15
};
16
+
17
+&i2c14 {
18
+ status = "okay";
19
20
+ touchscreen@38 {
21
+ compatible = "focaltech,ft8719";
22
+ reg = <0x38>;
23
24
+ interrupts-extended = <&tlmm 31 IRQ_TYPE_EDGE_RISING>;
25
+ reset-gpios = <&tlmm 32 GPIO_ACTIVE_LOW>;
26
+ panel = <&display_panel>;
27
28
+ iovcc-supply = <&vreg_l14a_1p8>;
29
+ vcc-supply = <&lab>;
30
31
+ pinctrl-0 = <&ts_int_default &ts_reset_default>;
32
+ pinctrl-1 = <&ts_int_sleep &ts_reset_sleep>;
33
+ pinctrl-names = "default", "sleep";
34
35
+ touchscreen-size-x = <1080>;
36
+ touchscreen-size-y = <2246>;
37
+ };
38
+};
0 commit comments