mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 18:09:56 +00:00
ARM: tegra: p880: set correct touchscreen clipping
[ Upstream commit b49a73a081 ]
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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
79bcb61b9b
commit
f62a6879d7
@@ -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