Commit b95d68408c31d6401f549309b959703d4b363033

Authored by Eric Lee
1 parent 8e8647b307
Exists in master

fix invalid #address-cells value os pcie and resolves and allows proper interru…

…pt mapping for an imx6 pcie host connected to a P2P bridge when using legacy interrupts

Showing 2 changed files with 2 additions and 3 deletions Side-by-side Diff

recipes-kernel/linux/linux-smarcfimx6-3.14.28/defconfig
... ... @@ -448,8 +448,7 @@
448 448 CONFIG_PCI_IMX6=y
449 449 # CONFIG_PCI_IMX6SX_EXTREMELY_PWR_SAVE is not set
450 450 # CONFIG_EP_MODE_IN_EP_RC_SYS is not set
451   -CONFIG_RC_MODE_IN_EP_RC_SYS=y
452   -# CONFIG_PCI_IMX_EP_DRV is not set
  451 +# CONFIG_RC_MODE_IN_EP_RC_SYS is not set
453 452 CONFIG_PCI_HOST_GENERIC=y
454 453 CONFIG_PCIEPORTBUS=y
455 454 CONFIG_PCIEAER=y
recipes-kernel/linux/linux-smarcfimx6_3.14.28.bb
... ... @@ -17,7 +17,7 @@
17 17 file://defconfig \
18 18 "
19 19  
20   -SRCREV = "a324818116024a80c3cee8fd61016725fa1420dd"
  20 +SRCREV = "5991e9d8fa011feabbf4ee9c3715cdb957143bd7"
21 21 PV = "3.14.28"
22 22 LOCALVERSION = "-1.0.1_smarc"
23 23