[PATCH v1 1/1] rockchip: rock5b-rk3588: Enable automatic PCI enumeration
Sebastian Reichel
sebastian.reichel at collabora.com
Thu Oct 31 19:01:56 CET 2024
PCI enumeration is required to detect the onboard Ethernet device.
Signed-off-by: Sebastian Reichel <sebastian.reichel at collabora.com>
---
configs/rock5b-rk3588_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/rock5b-rk3588_defconfig b/configs/rock5b-rk3588_defconfig
index c54e13e8732c..e5b9f7d326b4 100644
--- a/configs/rock5b-rk3588_defconfig
+++ b/configs/rock5b-rk3588_defconfig
@@ -17,6 +17,7 @@ CONFIG_DEBUG_UART_CLOCK=24000000
CONFIG_SPL_SPI_FLASH_SUPPORT=y
CONFIG_SPL_SPI=y
CONFIG_PCI=y
+CONFIG_PCI_INIT_R=y
CONFIG_DEBUG_UART=y
CONFIG_AHCI=y
CONFIG_FIT=y
--
2.45.2
More information about the U-Boot
mailing list