diff mbox series

[2/4] arm: mvebu: turris_mox: Enable CONFIG_PCI_PNP

Message ID 20210205143231.29486-3-pali@kernel.org
State Accepted
Commit b1d58437ef9e4202a0edd23fa5cd241ea2352f47
Delegated to: Stefan Roese
Headers show
Series arm: mvebu: turris_mox: Fix and enable PCIe devices | expand

Commit Message

Pali Rohár Feb. 5, 2021, 2:32 p.m. UTC
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>
---
 configs/turris_mox_defconfig | 1 -
 1 file changed, 1 deletion(-)

Comments

Marek Behún Feb. 8, 2021, 10:03 p.m. UTC | #1
Reviewed-by: Marek Behún <marek.behun@nic.cz>
Stefan Roese Feb. 9, 2021, 8:01 a.m. UTC | #2
On 05.02.21 15:32, Pali Rohár wrote:
> 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: Stefan Roese <sr@denx.de>

Thanks,
Stefan

> ---
>   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
> 


Viele Grüße,
Stefan
diff mbox series

Patch

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