From: E Shattow Date: Sat, 10 May 2025 18:42:27 +0000 (-0700) Subject: riscv: dts: jh7110: override syscrg assigned clock rates with defaults X-Git-Tag: v2025.07-rc3~9^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbf5f79bba07703c85ab9e3f4101758afb402c09;p=pandora-u-boot.git 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 Reviewed-by: Leo Liang --- diff --git a/arch/riscv/dts/jh7110-u-boot.dtsi b/arch/riscv/dts/jh7110-u-boot.dtsi index b4b656b444b..f8d13277d24 100644 --- a/arch/riscv/dts/jh7110-u-boot.dtsi +++ b/arch/riscv/dts/jh7110-u-boot.dtsi @@ -91,6 +91,7 @@ }; &syscrg { + assigned-clock-rates = <0>; /* cpufreq not implemented, use defaults */ bootph-pre-ram; };