Commit 5128666b authored by Nick Dyer's avatar Nick Dyer Committed by Shawn Guo

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
645a397d, 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: default avatarNick Dyer <nick@shmanahar.org>
Reviewed-by: default avatarLucas Stach <l.stach@pengutronix.de>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 5180ee39
......@@ -553,7 +553,7 @@ rmi4-f01@1 {
rmi4-f11@11 {
reg = <0x11>;
touchscreen-inverted-y;
touchscreen-inverted-x;
touchscreen-swapped-x-y;
syna,sensor-type = <1>;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment