clk: rockchip: rk3588: use linked clock ID for GATE_LINK
authorSebastian Reichel <sebastian.reichel@collabora.com>
Fri, 26 Jan 2024 18:18:27 +0000 (19:18 +0100)
committerHeiko Stuebner <heiko@sntech.de>
Tue, 27 Feb 2024 21:23:06 +0000 (22:23 +0100)
commitdae3e57000fb2d6f491e3ee2956f5918326d6b72
tree3840ff0d2074e720d678f000b0b7eedaaa70f38b
parent2a6e4710672242281347103b64e01693aa823a29
clk: rockchip: rk3588: use linked clock ID for GATE_LINK

In preparation for properly supporting GATE_LINK switch the unused
linked clock argument from the clock's name to its ID. This allows
easy and fast lookup of the 'struct clk'.

Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Link: https://lore.kernel.org/r/20240126182919.48402-7-sebastian.reichel@collabora.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
drivers/clk/rockchip/clk-rk3588.c