riscv: dts: jh7110: override syscrg assigned clock rates with defaults
authorE Shattow <e@freeshell.de>
Sat, 10 May 2025 18:42:27 +0000 (11:42 -0700)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Wed, 21 May 2025 08:49:44 +0000 (16:49 +0800)
JH7110 drivers are missing support for CPU frequency scaling, so override
upstream device-tree to use default clock rates for syscrg. This override
duplicates a portion of jh7110-common-u-boot.dtsi file planned for removal.

Signed-off-by: E Shattow <e@freeshell.de>
Reviewed-by: Leo Liang <ycliang@andestech.com>
arch/riscv/dts/jh7110-u-boot.dtsi

index b4b656b..f8d1327 100644 (file)
@@ -91,6 +91,7 @@
 };
 
 &syscrg {
+       assigned-clock-rates = <0>; /* cpufreq not implemented, use defaults */
        bootph-pre-ram;
 };