commit | 24e85780024104fb1b4cb31e1066568d55bbb7e6 | [log] [tgz] |
---|---|---|
author | Patrice Chotard <patrice.chotard@st.com> | Mon Jan 29 18:14:14 2018 +0100 |
committer | Tom Rini <trini@konsulko.com> | Mon Jan 29 12:48:33 2018 -0500 |
tree | c05842894508902d890263ab6304bc65ad532509 | |
parent | 6b1c300cf396e9c4bbfce1233e3a958c492a2a40 [diff] |
clk: clk_stm32: Add .set_rate callback Since 'commit f4fcba5c5baa ("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: f4fcba5c5baa ("clk: implement clk_set_defaults()") Signed-off-by: Patrice Chotard <patrice.chotard@st.com>