[GIT PULL] clk fixes for v6.10-rc2

From: Stephen Boyd
Date: Sat Jun 08 2024 - 21:27:30 EST


The following changes since commit 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0:

Linux 6.10-rc1 (2024-05-26 15:20:12 -0700)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git tags/clk-fixes-for-linus

for you to fetch changes up to 2607133196c35f31892ee199ce7ffa717bea4ad1:

clk: sifive: Do not register clkdevs for PRCI clocks (2024-05-29 12:31:02 -0700)

----------------------------------------------------------------
One fix for the SiFive PRCI clocks so that the device boots again. This
driver was registering clkdev lookups that were always going to be
useless. This wasn't a problem until clkdev started returning an error
in these cases, causing this driver to fail probe, and thus boot to fail
because clks are essential for most drivers. The fix is simple, don't
use clkdev because this is a DT based system where clkdev isn't used.

----------------------------------------------------------------
Samuel Holland (1):
clk: sifive: Do not register clkdevs for PRCI clocks

drivers/clk/sifive/sifive-prci.c | 8 --------
1 file changed, 8 deletions(-)

--
https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git/
https://git.kernel.org/pub/scm/linux/kernel/git/sboyd/spmi.git