File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change 15
15
&blsp_i2c1 {
16
16
status = "okay";
17
17
18
- /* Novatek NT36672A touchscreen */
19
- touchscreen@62 {
20
- compatible = "novatek,nt36525" ;
21
- reg = <0x62>;
22
- vdd -supply = <&vreg_l11a_1p8>;
23
- interrupt-parent = <&tlmm>;
24
- interrupts = <67 IRQ_TYPE_EDGE_RISING>;
18
+ touchscreen@1 {
19
+ compatible = "novatek,nt36672a-ts";
20
+ reg = <0x1> ;
21
+
22
+ iovcc -supply = <&vreg_l11a_1p8>;
23
+ interrupts-extended = <&tlmm 67 IRQ_TYPE_EDGE_RISING >;
24
+
25
25
pinctrl-names = "default", "sleep";
26
26
pinctrl-0 = <&ts_pins_active>;
27
27
pinctrl-1 = <&ts_int_sleep &ts_rst_sleep>;
28
- reset-gpios = <&tlmm 66 GPIO_ACTIVE_HIGH>;
28
+
29
+ reset-gpios = <&tlmm 66 GPIO_ACTIVE_LOW>;
30
+
29
31
touchscreen-size-x = <1080>;
30
32
touchscreen-size-y = <2340>;
31
33
};
You can’t perform that action at this time.
0 commit comments