projects
/
platform
/
kernel
/
linux-thead.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e853e1
)
dts: lpi4a-laptop: remove gt9xx xmax & ymax
author
Lu Hui
<luhui@sipeed.com>
Mon, 29 Jan 2024 09:17:58 +0000
(17:17 +0800)
committer
Jaehoon Chung
<jh80.chung@samsung.com>
Wed, 13 Mar 2024 06:59:03 +0000
(15:59 +0900)
(cherry picked from commit
8c67a7d26b434e5697180194473f841d0427e871
)
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
arch/riscv/boot/dts/thead/th1520-lpi4a-laptop.dts
patch
|
blob
|
history
diff --git
a/arch/riscv/boot/dts/thead/th1520-lpi4a-laptop.dts
b/arch/riscv/boot/dts/thead/th1520-lpi4a-laptop.dts
index 94b992c9b08cbc1a8897e031ea6adee16c808f53..352a8d3c3e7e8c3d22d22da5fcae968c77f7b3d1 100644
(file)
--- a/
arch/riscv/boot/dts/thead/th1520-lpi4a-laptop.dts
+++ b/
arch/riscv/boot/dts/thead/th1520-lpi4a-laptop.dts
@@
-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";
};