diff options
author | Tom Rini <trini@konsulko.com> | 2024-04-05 17:23:58 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-04-05 17:23:58 -0400 |
commit | 9cba29b19f43f9450117e8bc89e7dda691ed5ab5 (patch) | |
tree | 548bda96c5a6e2756e6a4de3a297630fc5022f57 /arch/arm/mach-imx/imx9/soc.c | |
parent | eff62097f67639b6d935d07b23543aa82468bc5b (diff) | |
parent | f6be41c83c17c09dddfb1e29a7ca391b5190634d (diff) |
Merge tag 'u-boot-imx-master-20240405' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/20228
- Convert imx8mp-beacon and verdin-imx8mm/verdin-imx8mp to OF_UPSTREAM.
- Enable PCIe NVMe support on imx8mp_beacon.
- Fix Ethernet and board detection on mx6cuboxi.
- Fix signature_block_hdr struct fields.
- Fix imx9_probe_mu prototype and make it to get called in
EVT_DM_POST_INIT_R.
- Test whether ethernet node is enabled before reading MAC EEPROM on
DHSOM SoMs.
Diffstat (limited to 'arch/arm/mach-imx/imx9/soc.c')
-rw-r--r-- | arch/arm/mach-imx/imx9/soc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/imx9/soc.c b/arch/arm/mach-imx/imx9/soc.c index e2794d6218b..2117489f232 100644 --- a/arch/arm/mach-imx/imx9/soc.c +++ b/arch/arm/mach-imx/imx9/soc.c @@ -622,6 +622,7 @@ int imx9_probe_mu(void) return 0; } EVENT_SPY_SIMPLE(EVT_DM_POST_INIT_F, imx9_probe_mu); +EVENT_SPY_SIMPLE(EVT_DM_POST_INIT_R, imx9_probe_mu); int timer_init(void) { |