dts: lpi4a-laptop: remove gt9xx xmax & ymax

This commit is contained in:
Lu Hui
2024-01-29 17:17:58 +08:00
committed by Han Gao/Revy/Rabenda
parent 384c5e9e27
commit 8c67a7d26b

View File

@@ -168,9 +168,13 @@
interrupts = <3 0>;
irq-gpios = <&ao_gpio_porta 3 0>;
reset-gpios = <&pcal6408ahk_d 0 0>;
touchscreen-size-x = <1024>;
touchscreen-size-y = <600>;
tp-size = <9271>;
// read xmax & ymax from touch screen chip, thank ice
//touchscreen-size-x = <1024>;
//touchscreen-size-y = <600>;
//tp-size = <9271>;
/delete-property/ touchscreen-size-x;
/delete-property/ touchscreen-size-y;
/delete-property/ tp-size;
status = "okay";
};