]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit76c29cb271a067798a8cefcff5ba78c13a2af6e6
tree11149ed982bd35591c66dc58ea431f3c10e9ac71
parent58f05f0e80e9d9665ae74f092d0c9f96616b5806
clk: ccf: replace the get_rate helper

The 24064745af commit fixed the get_rate helper because the set_parent
one did not re-parent the clock device to the new parent. The 957309678a
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