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:
committed by
Thierry Reding
parent
166e2c0f26
commit
b49a73a081
@@ -108,8 +108,8 @@
|
||||
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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user