diff options
author | Lucas Stach <l.stach@pengutronix.de> | 2018-06-06 11:30:45 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-06-19 04:18:29 +0200 |
commit | 39143301bed9cae5ce1c1c65b0c482ea650bf367 (patch) | |
tree | c04d2f8b4a7ce83ce18573a1c9ae3bb245cbf68d /arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi | |
parent | ARM: dts: imx6dl-riotboard: fix OTG regulator polarity (diff) | |
download | linux-39143301bed9cae5ce1c1c65b0c482ea650bf367.tar.xz linux-39143301bed9cae5ce1c1c65b0c482ea650bf367.zip |
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: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi b/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi index 19a075aee19e..8e154c9bf814 100644 --- a/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi +++ b/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi @@ -569,14 +569,14 @@ rmi4-f11@11 { reg = <0x11>; - touchscreen-inverted-y; + touchscreen-inverted-x; touchscreen-swapped-x-y; syna,sensor-type = <1>; }; rmi4-f12@12 { reg = <0x12>; - touchscreen-inverted-y; + touchscreen-inverted-x; touchscreen-swapped-x-y; syna,sensor-type = <1>; }; |