summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPali Rohár <pali@kernel.org>2021-02-05 15:32:29 +0100
committerStefan Roese <sr@denx.de>2021-02-26 10:22:29 +0100
commitb1d58437ef9e4202a0edd23fa5cd241ea2352f47 (patch)
treed3515f1a52200f493819f050eb4a4e61269f5ebb
parentcba6edd68b15f8a82f5a28c7db4d0b17866bb5cd (diff)
downloadu-boot-b1d58437ef9e4202a0edd23fa5cd241ea2352f47.tar.gz
u-boot-b1d58437ef9e4202a0edd23fa5cd241ea2352f47.tar.xz
u-boot-b1d58437ef9e4202a0edd23fa5cd241ea2352f47.zip
arm: mvebu: turris_mox: Enable CONFIG_PCI_PNP
PCIe devices do not work in U-Boot without proper initialization and configuration of PCI config space like the PCI_BASE_ADDRESS_0 register. Signed-off-by: Pali Rohár <pali@kernel.org> Reviewed-by: Marek Behún <marek.behun@nic.cz> Reviewed-by: Stefan Roese <sr@denx.de>
-rw-r--r--configs/turris_mox_defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/turris_mox_defconfig b/configs/turris_mox_defconfig
index dde7437f24..329c596cea 100644
--- a/configs/turris_mox_defconfig
+++ b/configs/turris_mox_defconfig
@@ -64,7 +64,6 @@ CONFIG_MVNETA=y
CONFIG_PCI=y
CONFIG_DM_PCI=y
CONFIG_PCI_AARDVARK=y
-# CONFIG_PCI_PNP is not set
CONFIG_MVEBU_COMPHY_SUPPORT=y
CONFIG_PINCTRL=y
CONFIG_PINCTRL_ARMADA_37XX=y