Commit 39143301 authored by Lucas Stach's avatar Lucas Stach Committed by Shawn Guo

ARM: dts: imx6: RDU2: 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 is
fixed now, so correct the RDU2 DT to apply the inversion to the
correct axis.
Signed-off-by: default avatarLucas Stach <l.stach@pengutronix.de>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent dcae11de
...@@ -569,14 +569,14 @@ rmi4-f01@1 { ...@@ -569,14 +569,14 @@ rmi4-f01@1 {
rmi4-f11@11 { rmi4-f11@11 {
reg = <0x11>; reg = <0x11>;
touchscreen-inverted-y; touchscreen-inverted-x;
touchscreen-swapped-x-y; touchscreen-swapped-x-y;
syna,sensor-type = <1>; syna,sensor-type = <1>;
}; };
rmi4-f12@12 { rmi4-f12@12 {
reg = <0x12>; reg = <0x12>;
touchscreen-inverted-y; touchscreen-inverted-x;
touchscreen-swapped-x-y; touchscreen-swapped-x-y;
syna,sensor-type = <1>; 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