From 6e1b689ce6d3eb254735c4b34027a044d971e4b4 Mon Sep 17 00:00:00 2001 From: Haibo Chen Date: Thu, 3 May 2018 11:16:05 +0800 Subject: [PATCH] MLK-18069 ARM: dts: imx7ulp-evk: correct the touch setting The MIPI DSI config the DPI as 480 * 854, so correct the touch display-coords property, to aligned with MIPI DSI. Signed-off-by: Haibo Chen (cherry picked from commit a00aa0ea7199fb04e425a49a4221d9202782eecf) --- arch/arm/boot/dts/imx7ulp-evk.dts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/imx7ulp-evk.dts b/arch/arm/boot/dts/imx7ulp-evk.dts index 0be1684dfd9f..054ce54e1beb 100644 --- a/arch/arm/boot/dts/imx7ulp-evk.dts +++ b/arch/arm/boot/dts/imx7ulp-evk.dts @@ -416,14 +416,13 @@ focaltech,reset-gpio = <&gpio_ptf 1 0x01>; focaltech,irq-gpio = <&gpio_ptf 0 0x02>; focaltech,max-touch-number = <5>; - focaltech,display-coords = <0 0 272 480>; + focaltech,display-coords = <0 0 480 854>; focaltech,have-key; focaltech,key-number = <3>; focaltech,keys = <139 102 158>; focaltech,key-y-coord = <2000>; focaltech,key-x-coords = <200 600 800>; - focaltech,scaling-down-half; }; }; -- 2.17.1