1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-01-06 23:49:18 +01:00
Files
u-boot-megous/drivers/clk
Patrice Chotard 05e23dd489 clk: clk_stm32: Add .set_rate callback
Since 'commit f4fcba5c5b ("clk: implement clk_set_defaults()")'
STM32F4 family board can't boot.

Above patch calls clk_set_rate() for all nodes with assigned-clock-rates
property. Clock driver for STM32F family doesn't implement .set_rate
callback which make clk_set_defaults() exit on error and prevent board
to boot.

Fixes: f4fcba5c5b ("clk: implement clk_set_defaults()")
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
2018-01-29 12:48:33 -05:00
..
2017-06-01 07:03:01 -06:00
2017-06-01 07:03:01 -06:00
2018-01-28 17:12:36 +01:00