summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2026-06-12 08:45:32 -0600
committerTom Rini <[email protected]>2026-06-12 08:45:32 -0600
commit5ca1a73c7d3064582498a8aa96c29e714402a6d3 (patch)
tree653763f1693e67e34f10e99d89f06f832a18510e
parent3cdce049f90d77c3f9221f1eb73922384c8972c3 (diff)
parent4228d584ce6f7c54edf765b9231806314dae48ad (diff)
Merge patch series "configs: imx95: enable PCI_INIT_R for Toradex modules"
Franz Schnyder <[email protected]> says: Currently, on the Toradex SMARC iMX95 and the Verdin iMX95 the ENETC device 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. Link: https://lore.kernel.org/r/20260612-fix-smarc-verdin-imx95-eth-v1-0-851197b36dcc@toradex.com
-rw-r--r--configs/toradex-smarc-imx95_defconfig1
-rw-r--r--configs/verdin-imx95_defconfig1
2 files changed, 2 insertions, 0 deletions
diff --git a/configs/toradex-smarc-imx95_defconfig b/configs/toradex-smarc-imx95_defconfig
index caf0718fc13..03515c51cb3 100644
--- a/configs/toradex-smarc-imx95_defconfig
+++ b/configs/toradex-smarc-imx95_defconfig
@@ -44,6 +44,7 @@ CONFIG_LOG=y
# CONFIG_DISPLAY_BOARDINFO is not set
CONFIG_DISPLAY_BOARDINFO_LATE=y
# CONFIG_BOARD_INIT is not set
+CONFIG_PCI_INIT_R=y
CONFIG_SPL_MAX_SIZE=0x30000
CONFIG_SPL_BOARD_INIT=y
CONFIG_SPL_LOAD_IMX_CONTAINER=y
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