Skip to content

Commit 2e11264

Browse files
iAboothahirminlexx
authored andcommitted
fixup! arm64: dts: qcom: Add initial support for asus-x00td
1 parent fbddd0e commit 2e11264

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

arch/arm64/boot/dts/qcom/sdm636-asus-x00td.dts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -211,16 +211,15 @@
211211

212212
status = "okay";
213213

214-
touchscreen@62 {
215-
compatible = "novatek,nt36525";
216-
reg = <0x62>;
217-
vdd-supply = <&vreg_l11a_1p8>;
218-
interrupt-parent = <&tlmm>;
219-
interrupts = <67 IRQ_TYPE_EDGE_RISING>;
214+
touchscreen@1 {
215+
compatible = "novatek,nt36672a-ts";
216+
reg = <0x1>;
217+
iovcc-supply = <&vreg_l11a_1p8>;
218+
interrupts-extended = <&tlmm 67 IRQ_TYPE_EDGE_RISING>;
220219
pinctrl-names = "default", "sleep";
221220
pinctrl-0 = <&ts_pins_active>;
222221
pinctrl-1 = <&ts_int_sleep &ts_rst_sleep>;
223-
reset-gpios = <&tlmm 66 GPIO_ACTIVE_HIGH>;
222+
reset-gpios = <&tlmm 66 GPIO_ACTIVE_LOW>;
224223
touchscreen-size-x = <1080>;
225224
touchscreen-size-y = <2160>;
226225
};
@@ -251,8 +250,9 @@
251250

252251
panel: panel@0 {
253252
reg = <0>;
254-
compatible = "mdss,novatek-nt36672-txd";
253+
compatible = "novatek,nt36672-txd-x00td";
255254

255+
vddio-supply = <&vreg_l11a_1p8>;
256256
backlight = <&pm660l_wled>;
257257

258258
reset-gpios = <&tlmm 53 GPIO_ACTIVE_LOW>;

0 commit comments

Comments
 (0)