clk: Consolidate some clock functions
authorSean Anderson <seanga2@gmail.com>
Sun, 27 Feb 2022 19:01:13 +0000 (14:01 -0500)
committerSean Anderson <seanga2@gmail.com>
Wed, 30 Mar 2022 17:03:26 +0000 (13:03 -0400)
commite7075ff7b3dce82e4fd6246b87f3c44fabf6323b
tree7145ff50577275f7c403a3a4c8e396dbdf944fa7
parentac15e789caecec19d29ee9c5869305d3c3ddfb42
clk: Consolidate some clock functions

These functions are exactly the same as their "nodev" varients, except they
accept a device and not an ofnode. Rewrite them to just call the other
function.

Signed-off-by: Sean Anderson <seanga2@gmail.com>
Link: https://lore.kernel.org/r/20220227190113.1617498-1-seanga2@gmail.com
drivers/clk/clk-uclass.c