diff options
| author | Tom Rini <[email protected]> | 2025-01-20 12:08:16 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-01-20 12:08:16 -0600 |
| commit | 9bfc72e3b2af4d426e712fe8d8165ebd1dcf74b9 (patch) | |
| tree | a9dc21a1c030b8a1d67b1b3710b56920803f4214 /board | |
| parent | 0d837cb075fd0d47a63469c0229966f6328cf165 (diff) | |
| parent | e38a490810af76169f7cf1d298966ea9ba3c005b (diff) | |
Merge tag 'u-boot-imx-master-20250120' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/24263
- Add i.MX95 EMDIO support
- Guard binman nodes with CONFIG_OPTEE on imx8m
- Enable CAAM in phycore-imx8mp SPL.
- Fix Fix NULL dereference in imx_pinctrl_probe().
Diffstat (limited to 'board')
| -rw-r--r-- | board/phytec/phycore_imx8mp/spl.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/board/phytec/phycore_imx8mp/spl.c b/board/phytec/phycore_imx8mp/spl.c index 0610d8bbd0b..cb8e450b995 100644 --- a/board/phytec/phycore_imx8mp/spl.c +++ b/board/phytec/phycore_imx8mp/spl.c @@ -165,6 +165,8 @@ int power_init_board(void) void spl_board_init(void) { + arch_misc_init(); + /* Set GIC clock to 500Mhz for OD VDD_SOC. */ clock_enable(CCGR_GIC, 0); clock_set_target_val(GIC_CLK_ROOT, CLK_ROOT_ON | CLK_ROOT_SOURCE_SEL(5)); |
