riscv: dts: jh7110: override syscrg assigned clock rates with defaults

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>
This commit is contained in:
E Shattow 2025-05-10 11:42:27 -07:00 committed by Leo Yu-Chi Liang
parent 8b43f4a7be
commit bbf5f79bba

View File

@ -91,6 +91,7 @@
};
&syscrg {
assigned-clock-rates = <0>; /* cpufreq not implemented, use defaults */
bootph-pre-ram;
};