2018-05-07 13:54:05

by Nikita Yushchenko

[permalink] [raw]
Subject: [PATCH] ARM: dts: imx51-zii-rdu1: fix touchscreen bindings

This fixes errors in RDU1 device tree that cause touch screens not
working.

Signed-off-by: Nikita Yushchenko <[email protected]>
---
arch/arm/boot/dts/imx51-zii-rdu1.dts | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/arm/boot/dts/imx51-zii-rdu1.dts b/arch/arm/boot/dts/imx51-zii-rdu1.dts
index 0c99ac04ad08..6464f2560e06 100644
--- a/arch/arm/boot/dts/imx51-zii-rdu1.dts
+++ b/arch/arm/boot/dts/imx51-zii-rdu1.dts
@@ -523,7 +523,7 @@
};

touchscreen@20 {
- compatible = "syna,rmi4_i2c";
+ compatible = "syna,rmi4-i2c";
reg = <0x20>;
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_ts>;
@@ -541,8 +541,8 @@

rmi4-f11@11 {
reg = <0x11>;
- touch-inverted-y;
- touch-swapped-x-y;
+ touchscreen-inverted-y;
+ touchscreen-swapped-x-y;
syna,sensor-type = <1>;
};
};
--
2.11.0



2018-05-07 14:03:02

by Fabio Estevam

[permalink] [raw]
Subject: Re: [PATCH] ARM: dts: imx51-zii-rdu1: fix touchscreen bindings

Hi Nikita,

On Mon, May 7, 2018 at 10:53 AM, Nikita Yushchenko
<[email protected]> wrote:
> This fixes errors in RDU1 device tree that cause touch screens not
> working.

Fixes: ceef0396f367 ("ARM: dts: imx: add ZII RDU1 board")
Cc: [email protected] #4.15+

> Signed-off-by: Nikita Yushchenko <[email protected]>

Reviewed-by: Fabio Estevam <[email protected]>

2018-05-11 05:51:01

by Shawn Guo

[permalink] [raw]
Subject: Re: [PATCH] ARM: dts: imx51-zii-rdu1: fix touchscreen bindings

On Mon, May 07, 2018 at 04:53:09PM +0300, Nikita Yushchenko wrote:
> This fixes errors in RDU1 device tree that cause touch screens not
> working.
>
> Signed-off-by: Nikita Yushchenko <[email protected]>

Applied, thanks.