Skip to content

Commit ee6b473

Browse files
committed
fixup! arm64: dts: qcom: sdm660-xiaomi-lavender: Split by display
1 parent 78e441a commit ee6b473

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

arch/arm64/boot/dts/qcom/sdm660-xiaomi-lavender-tianma.dts

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,19 @@
1515
&blsp_i2c1 {
1616
status = "okay";
1717

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+
2525
pinctrl-names = "default", "sleep";
2626
pinctrl-0 = <&ts_pins_active>;
2727
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+
2931
touchscreen-size-x = <1080>;
3032
touchscreen-size-y = <2340>;
3133
};

0 commit comments

Comments
 (0)