summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx7ulp-evk-ft5416.dts
diff options
context:
space:
mode:
authorFugang Duan <fugang.duan@nxp.com>2017-08-29 17:40:33 +0800
committerJason Liu <jason.hui.liu@nxp.com>2019-02-12 10:28:24 +0800
commit901ae1633ce4950983f885f86aba23ae99276003 (patch)
tree0e8d42abe1d9aa4684543cfc0751e695d4107fd3 /arch/arm/boot/dts/imx7ulp-evk-ft5416.dts
parent2238e1d43744f2f90d670c9643e1c6ca77043180 (diff)
MLK-15348-02 arm: dts: imx7ulp: add focaltech touch panel ft5246 support
Add focaltech new touch panel ft5246 support. Set the ft5426 as default panel for dts. If want to use the old panel, then it needs to boot with imx7ulp-evk-ft5416.dtb file. Signed-off-by: Fugang Duan <fugang.duan@nxp.com> (cherry picked from commit:963fea909ef5e42294cb2e656e5e3870a2171c01)
Diffstat (limited to 'arch/arm/boot/dts/imx7ulp-evk-ft5416.dts')
-rw-r--r--arch/arm/boot/dts/imx7ulp-evk-ft5416.dts17
1 files changed, 17 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx7ulp-evk-ft5416.dts b/arch/arm/boot/dts/imx7ulp-evk-ft5416.dts
new file mode 100644
index 000000000000..2d86e33e1abb
--- /dev/null
+++ b/arch/arm/boot/dts/imx7ulp-evk-ft5416.dts
@@ -0,0 +1,17 @@
+/*
+ * Copyright (C) 2017 Freescale Semiconductor, Inc.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ */
+
+#include "imx7ulp-evk.dts"
+
+&lpi2c7 {
+ focaltech@38 {
+ focaltech,panel-type = <FT5416>;
+ focaltech,swap-xy;
+ /delete-property/focaltech,scaling-down-half;
+ };
+};