diff options
author | Paul Cercueil <paul@crapouillou.net> | 2020-09-03 04:50:48 +0300 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2020-10-14 06:04:50 +0300 |
commit | 1a3c4dd4e1633a4482df6dd030a365de6f26de2c (patch) | |
tree | f356ab90705fae3755c1af94b78fa9e7fe9e854a /include/dt-bindings | |
parent | 2e4ee634f80510b54dee144773c0be3190eb4208 (diff) | |
download | linux-1a3c4dd4e1633a4482df6dd030a365de6f26de2c.tar.xz |
clk: ingenic: Respect CLK_SET_RATE_PARENT in .round_rate
Clocks that don't have a divider are in our case all marked with the
CLK_SET_RATE_PARENT flag. In this case, the .round_rate implementation
should modify the value pointed to by parent_rate, in order to propagate
the rate change to the parent, as explained in the documentation of
clk_set_rate().
Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Link: https://lore.kernel.org/r/20200903015048.3091523-5-paul@crapouillou.net
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'include/dt-bindings')
0 files changed, 0 insertions, 0 deletions