“2c706002fc147decdba2658ea48e4436faca3af2”上不存在“drivers/net/wireless/orinoco/main.c”
提交 39143301 编写于 作者: L Lucas Stach 提交者: 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: NLucas Stach <l.stach@pengutronix.de>
Signed-off-by: NShawn Guo <shawnguo@kernel.org>
上级 dcae11de
...@@ -569,14 +569,14 @@ ...@@ -569,14 +569,14 @@
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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册