diff options
author | David Jander <david@protonic.nl> | 2023-05-30 14:03:33 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2023-06-04 21:07:00 +0800 |
commit | e76194fc6e5e0d22e1ae6b7c19e010718bd61ca2 (patch) | |
tree | 1311a7db2e1e66ca947b26593dd76e8f947c246a /arch/arm/boot | |
parent | b007934665132e387275438e91e2151464bb88a5 (diff) |
ARM: dts: imx6dl: prtvt7: Remove touchscreen inversion
This touchscreen does not seem to be inverted in any axis, so remove these
DT properties.
Signed-off-by: David Jander <david@protonic.nl>
Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/imx6dl-prtvt7.dts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx6dl-prtvt7.dts b/arch/arm/boot/dts/imx6dl-prtvt7.dts index 5e68802fee6d..45bc6e3245f6 100644 --- a/arch/arm/boot/dts/imx6dl-prtvt7.dts +++ b/arch/arm/boot/dts/imx6dl-prtvt7.dts @@ -267,8 +267,6 @@ <&adc_ts 5>; io-channel-names = "y", "z1", "z2", "x"; touchscreen-min-pressure = <64687>; - touchscreen-inverted-x; - touchscreen-inverted-y; touchscreen-x-plate-ohms = <300>; touchscreen-y-plate-ohms = <800>; }; |