mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-16 09:48:16 +00:00
141e232dbd
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> |
||
---|---|---|
.. | ||
clk-stm32-core.c | ||
clk-stm32-core.h | ||
clk-stm32f.c | ||
clk-stm32h7.c | ||
clk-stm32mp1.c | ||
clk-stm32mp13.c | ||
Kconfig | ||
Makefile | ||
stm32mp13_rcc.h |