summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx7ulp-evk-ft5416.dts
diff options
context:
space:
mode:
authorHaibo Chen <haibo.chen@nxp.com>2019-08-15 16:43:10 +0800
committerDong Aisheng <aisheng.dong@nxp.com>2019-11-25 16:06:15 +0800
commita596add667996f654a8038117784b3ded0073f30 (patch)
tree326b9cc2cb44dabb9481dd9f461a10a3b88ce5b8 /arch/arm/boot/dts/imx7ulp-evk-ft5416.dts
parentd9c5474c4cce37de9bc0d7533fce184dac77bf06 (diff)
ARM: dts: imx7ulp: add focaltech touch panel ft5426 support
Add focaltech new touch panel ft5426 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: Haibo Chen <haibo.chen@nxp.com>
Diffstat (limited to 'arch/arm/boot/dts/imx7ulp-evk-ft5416.dts')
-rw-r--r--arch/arm/boot/dts/imx7ulp-evk-ft5416.dts15
1 files changed, 15 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..b959c6852f9a
--- /dev/null
+++ b/arch/arm/boot/dts/imx7ulp-evk-ft5416.dts
@@ -0,0 +1,15 @@
+/*
+ * Copyright 2019 NXP
+ *
+ * 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;
+ };
+};