From: Lauren Post Date: Wed, 5 Aug 2015 14:56:54 +0000 (-0500) Subject: imx7dsabresd: Add touch imx7d-sdb-touch device tree X-Git-Tag: 2.1~413 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=a21443a22d8177dc901129438c88e17104014fd9;p=meta-freescale.git 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 Signed-off-by: Otavio Salvador --- 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" KERNEL_DEVICETREE = "imx7d-sdb.dtb imx7d-sdb-enet.dtb imx7d-sdb-epdc.dtb \ imx7d-sdb-gpmi-weim.dtb imx7d-sdb-hdmi-audio.dtb imx7d-sdb-m4.dtb \ - imx7d-sdb-qspi.dtb imx7d-sdb-wm8960.dtb imx7d-sdb-sim.dtb" + imx7d-sdb-qspi.dtb imx7d-sdb-wm8960.dtb imx7d-sdb-sim.dtb \ + imx7d-sdb-touch.dtb" PREFERRED_PROVIDER_u-boot = "u-boot-imx" PREFERRED_PROVIDER_virtual/bootloader = "u-boot-imx"