diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2021-01-07 11:34:45 +0100 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2021-01-07 12:08:31 +0100 |
commit | ecded5bf0908953c47933967c0046cceb3ce0ec1 (patch) | |
tree | 1bafbc2de60366c843e509e09cfa53c4329bffa9 /target/linux | |
parent | 87bd9405361bef238fb8fd1fc985a312033699ae (diff) | |
download | upstream-ecded5bf0908953c47933967c0046cceb3ce0ec1.tar.gz upstream-ecded5bf0908953c47933967c0046cceb3ce0ec1.tar.bz2 upstream-ecded5bf0908953c47933967c0046cceb3ce0ec1.zip |
imx6: disable unrequired pcie host driver
imx6 has it's own pcie host driver so we do
not need the one from DW.
This fixes following boot error:
[ 0.156913] dw-pcie 1ffc000.pcie: IRQ index 1 not found
Fixes: 6d5291ff7244 ("imx6: add support for kernel 5.4")
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/imx6/config-5.4 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/imx6/config-5.4 b/target/linux/imx6/config-5.4 index af403395f7..8d3cd56d5d 100644 --- a/target/linux/imx6/config-5.4 +++ b/target/linux/imx6/config-5.4 @@ -327,8 +327,6 @@ CONFIG_PCIEAER=y CONFIG_PCIEPORTBUS=y CONFIG_PCIE_DW=y CONFIG_PCIE_DW_HOST=y -CONFIG_PCIE_DW_PLAT=y -CONFIG_PCIE_DW_PLAT_HOST=y CONFIG_PCIE_PME=y CONFIG_PCI_DOMAINS=y CONFIG_PCI_DOMAINS_GENERIC=y |