clk: ccf: replace the get_rate helper
authorDario Binacchi <dariobin@libero.it>
Wed, 14 Oct 2020 21:42:17 +0000 (23:42 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 22 Oct 2020 15:26:14 +0000 (11:26 -0400)
commitfa181d1a95a2851873f586139b7ca3c35c551498
tree11149ed982bd35591c66dc58ea431f3c10e9ac71
parent69509fb0a592b8bd9b3d50d58493b22b6359f19a
clk: ccf: replace the get_rate helper

The 12d152620d commit fixed the get_rate helper because the set_parent
one did not re-parent the clock device to the new parent. The 4d139f3838
commit allows you to remove this workaround by calling the
clk_get_parent_rate routine.

Signed-off-by: Dario Binacchi <dariobin@libero.it>
drivers/clk/clk-mux.c