From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?q?Pali=20Roh=C3=A1r?= Date: Fri, 5 Feb 2021 15:32:29 +0100 Subject: [PATCH 2/4] arm: mvebu: turris_mox: Enable CONFIG_PCI_PNP In-Reply-To: <20210205143231.29486-1-pali@kernel.org> References: <20210205143231.29486-1-pali@kernel.org> Message-ID: <20210205143231.29486-3-pali@kernel.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 --- configs/turris_mox_defconfig | 1 - 1 file changed, 1 deletion(-) 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 -- 2.20.1