diff options
author | Oleksij Rempel <o.rempel@pengutronix.de> | 2021-05-18 11:28:45 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2021-06-08 14:48:58 +0300 |
commit | e6d762b0a6aad7af6db436cd3932ae9b79c569ca (patch) | |
tree | f8a7f9230bbfe76c260117cffe8146404cbad1e7 | |
parent | 76c32fc24f7d68d0dbcfd02607f20779127c4222 (diff) | |
download | linux-e6d762b0a6aad7af6db436cd3932ae9b79c569ca.tar.xz |
ARM: dts: imx6dl-plym2m: remove touchscreen-size-* properties
Remove touchscreen-size-* properties. This values are not correct, event if it
works with ts_test tool, it fails to work properly with weston.
Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r-- | arch/arm/boot/dts/imx6dl-plym2m.dts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx6dl-plym2m.dts b/arch/arm/boot/dts/imx6dl-plym2m.dts index 4d0d3d3386af..c97274f0df07 100644 --- a/arch/arm/boot/dts/imx6dl-plym2m.dts +++ b/arch/arm/boot/dts/imx6dl-plym2m.dts @@ -138,8 +138,6 @@ interrupts-extended = <&gpio3 20 IRQ_TYPE_EDGE_FALLING>; pendown-gpio = <&gpio3 20 GPIO_ACTIVE_LOW>; - touchscreen-size-x = <800>; - touchscreen-size-y = <480>; touchscreen-inverted-x; touchscreen-inverted-y; touchscreen-max-pressure = <4095>; |