diff options
| author | Franz Schnyder <[email protected]> | 2026-06-12 10:59:01 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-06-12 08:45:28 -0600 |
| commit | 4228d584ce6f7c54edf765b9231806314dae48ad (patch) | |
| tree | 653763f1693e67e34f10e99d89f06f832a18510e | |
| parent | da8d438ae7aa9189b25abe49741aa64b244fe128 (diff) | |
configs: verdin-imx95: enable PCI_INIT_R
Currently, the ENETC device on iMX95 is not enumerated before network
initialization because pci_init() is not called. As a result, no
Ethernet device is registered.
Enable CONFIG_PCI_INIT_R so the PCI buses are enumerated early enough
for the Ethernet Controller to be detected and used.
Fixes: 60d8255d8dc0 ("board: toradex: add Toradex Verdin iMX95")
Signed-off-by: Franz Schnyder <[email protected]>
Reviewed-by: Francesco Dolcini <[email protected]>
| -rw-r--r-- | configs/verdin-imx95_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/verdin-imx95_defconfig b/configs/verdin-imx95_defconfig index 50515250d17..a8025fda2c9 100644 --- a/configs/verdin-imx95_defconfig +++ b/configs/verdin-imx95_defconfig @@ -45,6 +45,7 @@ CONFIG_LOG=y CONFIG_DISPLAY_BOARDINFO_LATE=y # CONFIG_BOARD_INIT is not set CONFIG_BOARD_LATE_INIT=y +CONFIG_PCI_INIT_R=y CONFIG_SPL_MAX_SIZE=0x30000 CONFIG_SPL_BOARD_INIT=y CONFIG_SPL_LOAD_IMX_CONTAINER=y |
