summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorE Shattow <e@freeshell.de>2025-05-10 11:42:27 -0700
committerLeo Yu-Chi Liang <ycliang@andestech.com>2025-05-21 16:49:44 +0800
commitbbf5f79bba07703c85ab9e3f4101758afb402c09 (patch)
treead523949503b93feb9f73bbbac5aeccef9658370
parent8b43f4a7beddcadce9d07decc59f69e3e7ce0555 (diff)
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>
-rw-r--r--arch/riscv/dts/jh7110-u-boot.dtsi1
1 files changed, 1 insertions, 0 deletions
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;
};