projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e23f9d
)
MLK-18069 ARM: dts: imx7ulp-evk: correct the touch setting
author
Haibo Chen
<haibo.chen@nxp.com>
Thu, 3 May 2018 03:16:05 +0000
(11:16 +0800)
committer
Haibo Chen
<haibo.chen@nxp.com>
Thu, 3 May 2018 05:09:05 +0000
(13:09 +0800)
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 <haibo.chen@nxp.com>
(cherry picked from commit
a00aa0ea7199fb04e425a49a4221d9202782eecf
)
arch/arm/boot/dts/imx7ulp-evk.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/imx7ulp-evk.dts
b/arch/arm/boot/dts/imx7ulp-evk.dts
index
0be1684
..
054ce54
100644
(file)
--- 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;
};
};