Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: imx51-zii-rdu1: correct touchscreen axis inversion

The RMI4 touchscreen driver applied inversion and axis swap in the
wrong order, violating the DT binding for those properties. This was fixed in
645a397, so correct the RDU1 DT to apply the inversion to the
correct axis.

Tested on Zii RDU1 00-5105-30 rev B

Signed-off-by: Nick Dyer <nick@shmanahar.org>
Reviewed-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Nick Dyer and committed by
Shawn Guo
5128666b 5180ee39

+1 -1
+1 -1
arch/arm/boot/dts/imx51-zii-rdu1.dts
··· 553 553 554 554 rmi4-f11@11 { 555 555 reg = <0x11>; 556 - touchscreen-inverted-y; 556 + touchscreen-inverted-x; 557 557 touchscreen-swapped-x-y; 558 558 syna,sensor-type = <1>; 559 559 };