mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 00:22:00 +02:00
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:
parent
166e2c0f26
commit
b49a73a081
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user