summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorLauren Post <lauren.post@freescale.com>2015-08-05 09:56:54 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2016-04-19 15:03:14 -0300
commita21443a22d8177dc901129438c88e17104014fd9 (patch)
tree9a1ab5641f9299da1211618145733398df10560e /conf
parent7108343477bd4e3bce8afcbcec223279f3bec719 (diff)
downloadmeta-freescale-a21443a22d8177dc901129438c88e17104014fd9.tar.gz
imx7dsabresd: Add touch imx7d-sdb-touch device tree
Add an new dts file: imx7d-sdb-touch.dts.This file adds tsc2046 touch screen controller support. Due to the pin PENIRQ of tsc2046 is conflict with the interrupt pin of HDMI, so in this patch, disable the HDMI. Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/imx7dsabresd.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/machine/imx7dsabresd.conf b/conf/machine/imx7dsabresd.conf
index 14fac3b1..9ee9ea37 100644
--- a/conf/machine/imx7dsabresd.conf
+++ b/conf/machine/imx7dsabresd.conf
@@ -13,7 +13,8 @@ SOC_FAMILY = "mx7:mx7d"
13 13
14KERNEL_DEVICETREE = "imx7d-sdb.dtb imx7d-sdb-enet.dtb imx7d-sdb-epdc.dtb \ 14KERNEL_DEVICETREE = "imx7d-sdb.dtb imx7d-sdb-enet.dtb imx7d-sdb-epdc.dtb \
15 imx7d-sdb-gpmi-weim.dtb imx7d-sdb-hdmi-audio.dtb imx7d-sdb-m4.dtb \ 15 imx7d-sdb-gpmi-weim.dtb imx7d-sdb-hdmi-audio.dtb imx7d-sdb-m4.dtb \
16 imx7d-sdb-qspi.dtb imx7d-sdb-wm8960.dtb imx7d-sdb-sim.dtb" 16 imx7d-sdb-qspi.dtb imx7d-sdb-wm8960.dtb imx7d-sdb-sim.dtb \
17 imx7d-sdb-touch.dtb"
17 18
18PREFERRED_PROVIDER_u-boot = "u-boot-imx" 19PREFERRED_PROVIDER_u-boot = "u-boot-imx"
19PREFERRED_PROVIDER_virtual/bootloader = "u-boot-imx" 20PREFERRED_PROVIDER_virtual/bootloader = "u-boot-imx"