clk: meson: g12: drop use of __clk_lookup()
authorJerome Brunet <jbrunet@baylibre.com>
Wed, 21 Oct 2020 16:21:47 +0000 (18:21 +0200)
committerStephen Boyd <sboyd@kernel.org>
Sat, 14 Nov 2020 20:56:58 +0000 (12:56 -0800)
commit8e677e7f0aa3b01c501a9a48a04a34173380ccfd
tree46ba5961154282f4e4a0ad925661bc0f299cf27b
parent30d6f8c15d2cd877c1f3d47d8a1064649ebe58e2
clk: meson: g12: drop use of __clk_lookup()

g12 clock controller used __clk_lookup() to get struct clk from a
struct clk_hw. This type of hack is no longer required as CCF now provides
the necessary functions to get this.

Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Link: https://lore.kernel.org/r/20201021162147.563655-4-jbrunet@baylibre.com
Tested-by: Kevin Hilman <khilman@baylibre.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/meson/g12a.c