Skip to content

Commit 0e7af99

Browse files
committed
Merge tag 'riscv-soc-fixes-for-v6.11-final' of https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux into arm/fixes
RISC-V soc fixes for v6.11-final StarFive: A fix to return one of the clocks on the JH7110 from 1 GHz to 1.5 GHz Signed-off-by: Conor Dooley <[email protected]> * tag 'riscv-soc-fixes-for-v6.11-final' of https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux: riscv: dts: starfive: jh7110-common: Fix lower rate of CPUfreq by setting PLL0 rate to 1.5GHz Link: https://lore.kernel.org/r/20240909-hybrid-groovy-601a33b5b309@spud Signed-off-by: Arnd Bergmann <[email protected]>
2 parents b97acde + 61f2e8a commit 0e7af99

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

arch/riscv/boot/dts/starfive/jh7110-common.dtsi

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,12 @@
365365
};
366366
};
367367

368+
&syscrg {
369+
assigned-clocks = <&syscrg JH7110_SYSCLK_CPU_CORE>,
370+
<&pllclk JH7110_PLLCLK_PLL0_OUT>;
371+
assigned-clock-rates = <500000000>, <1500000000>;
372+
};
373+
368374
&sysgpio {
369375
i2c0_pins: i2c0-0 {
370376
i2c-pins {

0 commit comments

Comments
 (0)