ARM: tegra: p880: set correct touchscreen clipping

Existing touchscreen clipping is too small and causes problems with
touchscreen accuracy.

Signed-off-by: Jonas Schwöbel <jonasschwoebel@yahoo.de>
Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
Jonas Schwöbel 2025-09-03 19:19:46 +03:00 committed by Thierry Reding
parent 166e2c0f26
commit b49a73a081

View File

@ -108,8 +108,8 @@ sub-mic-ldo {
i2c@7000c400 {
touchscreen@20 {
rmi4-f11@11 {
syna,clip-x-high = <1110>;
syna,clip-y-high = <1973>;
syna,clip-x-high = <1440>;
syna,clip-y-high = <2560>;
touchscreen-inverted-y;
};