summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorLauren Post <lauren.post@freescale.com>2013-10-01 11:29:20 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2013-11-13 13:59:00 -0200
commit4283ffb6e92fc5a9316a3e2e761f7b8e9878eedd (patch)
tree01c2fece72db4df38a72e00462100ee8dbfd72c2 /conf
parentdfed027fb5108a33d7adf5c8f054e4b554c2cfd9 (diff)
downloadmeta-fsl-arm-4283ffb6e92fc5a9316a3e2e761f7b8e9878eedd.tar.gz
imxdlsabreauto.conf: Add gpmi-weim DTS
ENGR00269945: ARM: imx6: add the secondary sabreauto dts for pin conflict The patch is to solve the pin conflicts between devices that are currently added in imx6qdl-sabreauto dts file. It has ecspi1, i2c3, and uart3 enabled while gpmi and weim disabled in the primary imx6qdl-sabreauto.dtsi, and creates the secondary imx6q/dl-sabreauto dts to have gpmi and weim enabled while others disabled. Since usbh1 and usbotg depend on GPIO from max7310 on i2c3, they have to be disabled as well in the secondary sabreauto dts files. Change-Id: I1f51cda59468140a2552a73fca5d710ecde1967e Signed-off-by: Lauren Post <lauren.post@freescale.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/imx6dlsabreauto.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/imx6dlsabreauto.conf b/conf/machine/imx6dlsabreauto.conf
index e0fb199..3909283 100644
--- a/conf/machine/imx6dlsabreauto.conf
+++ b/conf/machine/imx6dlsabreauto.conf
@@ -7,7 +7,7 @@ require conf/machine/include/imx6sabreauto-common.inc
7 7
8SOC_FAMILY = "mx6:mx6dl" 8SOC_FAMILY = "mx6:mx6dl"
9 9
10KERNEL_DEVICETREE = "imx6dl-sabreauto.dtb" 10KERNEL_DEVICETREE = "imx6dl-sabreauto.dtb imx6dl-sabreauto-gpmi-weim.dtb"
11 11
12PREFERRED_PROVIDER_u-boot = "u-boot-imx" 12PREFERRED_PROVIDER_u-boot = "u-boot-imx"
13PREFERRED_PROVIDER_virtual/bootloader = "u-boot-imx" 13PREFERRED_PROVIDER_virtual/bootloader = "u-boot-imx"