From b95d68408c31d6401f549309b959703d4b363033 Mon Sep 17 00:00:00 2001 From: Eric Lee Date: Fri, 26 Jun 2015 12:32:13 +0800 Subject: [PATCH] fix invalid #address-cells value os pcie and resolves and allows proper interrupt mapping for an imx6 pcie host connected to a P2P bridge when using legacy interrupts --- recipes-kernel/linux/linux-smarcfimx6-3.14.28/defconfig | 3 +-- recipes-kernel/linux/linux-smarcfimx6_3.14.28.bb | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/recipes-kernel/linux/linux-smarcfimx6-3.14.28/defconfig b/recipes-kernel/linux/linux-smarcfimx6-3.14.28/defconfig index e9e8c53..43e5e6c 100644 --- a/recipes-kernel/linux/linux-smarcfimx6-3.14.28/defconfig +++ b/recipes-kernel/linux/linux-smarcfimx6-3.14.28/defconfig @@ -448,8 +448,7 @@ CONFIG_PCIE_DW=y CONFIG_PCI_IMX6=y # CONFIG_PCI_IMX6SX_EXTREMELY_PWR_SAVE is not set # CONFIG_EP_MODE_IN_EP_RC_SYS is not set -CONFIG_RC_MODE_IN_EP_RC_SYS=y -# CONFIG_PCI_IMX_EP_DRV is not set +# CONFIG_RC_MODE_IN_EP_RC_SYS is not set CONFIG_PCI_HOST_GENERIC=y CONFIG_PCIEPORTBUS=y CONFIG_PCIEAER=y diff --git a/recipes-kernel/linux/linux-smarcfimx6_3.14.28.bb b/recipes-kernel/linux/linux-smarcfimx6_3.14.28.bb index eb4e5c3..246b484 100644 --- a/recipes-kernel/linux/linux-smarcfimx6_3.14.28.bb +++ b/recipes-kernel/linux/linux-smarcfimx6_3.14.28.bb @@ -17,7 +17,7 @@ SRC_URI = "${EMB_KERNEL_MIRROR};protocol=ssh;branch=${SRCBRANCH} \ file://defconfig \ " -SRCREV = "a324818116024a80c3cee8fd61016725fa1420dd" +SRCREV = "5991e9d8fa011feabbf4ee9c3715cdb957143bd7" PV = "3.14.28" LOCALVERSION = "-1.0.1_smarc" -- 1.9.1