u-boot/drivers/clk/stm32
Patrick Delaunay 141e232dbd clk: stm32mp1: remove error for disabled clock in stm32mp1_clk_get_parent
To disabled a clock in clock tree initialization for a mux of STM32MP15,
the selected clock source index is set with the latest possible index for
the number of bit used. Today this valid configuration cause a error
in U-Boot messages, for example with CLK_ETH_DISABLED, when this clock
is not needed for the used ETH PHY without crystal:

   no parents defined for clk id 123

This patch change the level of this message to avoid this trace for
valid clock tree.

Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
2023-08-16 15:23:09 +02:00
..
clk-stm32-core.c clk: stm32mp13: introduce STM32MP13 RCC driver 2022-12-07 16:49:35 +01:00
clk-stm32-core.h clk: stm32mp13: introduce STM32MP13 RCC driver 2022-12-07 16:49:35 +01:00
clk-stm32f.c clk: Add directory for STM32 clock drivers 2022-06-17 14:11:43 +02:00
clk-stm32h7.c clk: Add directory for STM32 clock drivers 2022-06-17 14:11:43 +02:00
clk-stm32mp1.c clk: stm32mp1: remove error for disabled clock in stm32mp1_clk_get_parent 2023-08-16 15:23:09 +02:00
clk-stm32mp13.c clk: stm32mp13: introduce STM32MP13 RCC driver 2022-12-07 16:49:35 +01:00
Kconfig clk: stm32mp13: introduce STM32MP13 RCC driver 2022-12-07 16:49:35 +01:00
Makefile clk: stm32mp13: introduce STM32MP13 RCC driver 2022-12-07 16:49:35 +01:00
stm32mp13_rcc.h clk: stm32mp13: introduce STM32MP13 RCC driver 2022-12-07 16:49:35 +01:00