From 4e871568670efd5fa9bec3da92a47bfa252c3a5f Mon Sep 17 00:00:00 2001 From: Lauren Post Date: Tue, 1 Oct 2013 11:29:20 -0500 Subject: [PATCH] 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 --- meta-fsl-arm/conf/machine/imx6dlsabreauto.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-fsl-arm/conf/machine/imx6dlsabreauto.conf b/meta-fsl-arm/conf/machine/imx6dlsabreauto.conf index e0fb1995..3909283f 100644 --- a/meta-fsl-arm/conf/machine/imx6dlsabreauto.conf +++ b/meta-fsl-arm/conf/machine/imx6dlsabreauto.conf @@ -7,7 +7,7 @@ require conf/machine/include/imx6sabreauto-common.inc SOC_FAMILY = "mx6:mx6dl" -KERNEL_DEVICETREE = "imx6dl-sabreauto.dtb" +KERNEL_DEVICETREE = "imx6dl-sabreauto.dtb imx6dl-sabreauto-gpmi-weim.dtb" PREFERRED_PROVIDER_u-boot = "u-boot-imx" PREFERRED_PROVIDER_virtual/bootloader = "u-boot-imx" -- 2.40.1