summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauren Post <lauren.post@freescale.com>2015-08-05 09:56:54 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2015-08-05 17:35:51 -0300
commita735e0695499980b6068c80f877b5a6bb87ba8b5 (patch)
tree70e0159962058e725469addd95c0a2b7d2503971
parent20f9dad6cb89451cee9615650524e92b2a08eb8e (diff)
downloadmeta-fsl-arm-a735e0695499980b6068c80f877b5a6bb87ba8b5.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>
-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 14fac3b..9ee9ea3 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"