clk: ingenic: Don't tag custom clocks with CLK_SET_RATE_PARENT
authorPaul Cercueil <paul@crapouillou.net>
Thu, 3 Sep 2020 01:50:47 +0000 (03:50 +0200)
committerStephen Boyd <sboyd@kernel.org>
Wed, 14 Oct 2020 03:04:50 +0000 (20:04 -0700)
commit2e4ee634f80510b54dee144773c0be3190eb4208
treeaa083040bb0274b7547a54bf852cd6355908c6ad
parent3860dc599b7d3de869d9d7e2274d2ca8f1e2be86
clk: ingenic: Don't tag custom clocks with CLK_SET_RATE_PARENT

The custom clocks have custom functions to round, get or set their rate.
Therefore, we can't assume that they need the CLK_SET_RATE_PARENT flag.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Link: https://lore.kernel.org/r/20200903015048.3091523-4-paul@crapouillou.net
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/ingenic/cgu.c