summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauren Post <lauren.post@freescale.com>2014-09-04 08:12:52 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2014-11-10 18:55:22 -0200
commit89a05edab199f585b8fba8a8f98e640bec622ebf (patch)
tree3499429c1483e7ea24c513161bf31f2010ff7405
parent32a49dc3edd09fd665e17f9fee1db068784b37b9 (diff)
downloadmeta-fsl-arm-89a05edab199f585b8fba8a8f98e640bec622ebf.tar.gz
imx6dlsabresd.conf: Add the imx6dl-sabresd-enetirq device tree
Apply ENET IRQ workaround for sabresd board This is pretty much an example to demonstrate how the GPIO6 workaround for bug ERR006687 (ENET: Only the ENET wake-up interrupt request can wake the system from Wait mode) should be applied for a board. Basically it requires a setup of MX6QDL_PAD_GPIO_6__ENET_IRQ in pinctrl entry, and an overwrite on the property interrupts-extended to replace the ENET GIC IRQ with GPIO1_6. Since the pad GPIO6 is used by I2C3 on the board, we have to create sabresd-enetirq.dts with I2C3 disabled to enable this workaround. Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--conf/machine/imx6dlsabresd.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/imx6dlsabresd.conf b/conf/machine/imx6dlsabresd.conf
index 7345778..da3ee54 100644
--- a/conf/machine/imx6dlsabresd.conf
+++ b/conf/machine/imx6dlsabresd.conf
@@ -9,7 +9,7 @@ require conf/machine/include/imx6sabresd-common.inc
9SOC_FAMILY = "mx6:mx6dl" 9SOC_FAMILY = "mx6:mx6dl"
10 10
11KERNEL_DEVICETREE = "imx6dl-sabresd.dtb imx6dl-sabresd-ldo.dtb imx6dl-sabresd-hdcp.dtb \ 11KERNEL_DEVICETREE = "imx6dl-sabresd.dtb imx6dl-sabresd-ldo.dtb imx6dl-sabresd-hdcp.dtb \
12 imx6dl-sabresd-pf200.dtb" 12 imx6dl-sabresd-pf200.dtb imx6dl-sabresd-enetirq.dtb"
13 13
14UBOOT_CONFIG ??= "sd" 14UBOOT_CONFIG ??= "sd"
15UBOOT_CONFIG[sd] = "mx6dlsabresd_config,sdcard" 15UBOOT_CONFIG[sd] = "mx6dlsabresd_config,sdcard"