UBoot SPL DDR Testing on STM32MP157FAD1 error stm32mp1_clk_get_id: clk id 142 not found
I am building uboot spl for DDR testing of a custom board based on the STM32MP157FAD1 MPU. The design uses I2C6 to communicate with the PMIC. The following error occurs: "stm32mp1_clk_get_id: clk id 142 not found". Any suggestions on why the I2C6 clock is "not found" would be appreciated.
I2C4/6 are configured for HSI.
Full console output:
U-Boot SPL 2020.01-stm32mp-r2 (Jan 07 2021 - 16:14:48 -0500)
Model: STMicroelectronics custom STM32CubeMX board
stm32mp1_clk_get_id: clk id 142 not found
board_init_f: probe failed clk=0 reset=0 pinctrl=0 power=-22
RAM: DDR3-DDR3L 16bits 533000Khz
stm32mp1_clk_get_id: clk id 142 not found
0:DDR_RESET
DDR>
