diff options
author | Sebastian Reichel <sebastian.reichel@collabora.com> | 2024-12-11 19:58:51 +0300 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2025-01-09 18:19:21 +0300 |
commit | 33af96244a66f855baa43d424844bb437c79c30c (patch) | |
tree | 1844ca803500ae1fa6a6b0178ae2b51df267429e /scripts/extract-fwblobs | |
parent | 9e89f02da718bc912f7f253b58804d4a52efed30 (diff) | |
download | linux-33af96244a66f855baa43d424844bb437c79c30c.tar.xz |
clk: rockchip: rk3588: register GATE_LINK later
The proper GATE_LINK implementation will use runtime PM to handle the
linked gate clocks, which requires device context. Currently all clocks
are registered early via CLK_OF_DECLARE, which is before the kernel
knows about devices.
Moving the full clocks registration to the probe routine does not work,
since the clocks needed for timers must be registered early.
To work around this issue, most of the clock tree is registered early,
but GATE_LINK clocks are handled in the probe routine. Since the resets
are not needed early either, they have also been moved to the probe
routine.
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Link: https://lore.kernel.org/r/20241211165957.94922-3-sebastian.reichel@collabora.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'scripts/extract-fwblobs')
0 files changed, 0 insertions, 0 deletions