* [PATCH v2] riscv: dts: jh7110: override syscrg assigned clock rates with defaults
@ 2025-05-10 18:42 E Shattow
0 siblings, 0 replies; only message in thread
From: E Shattow @ 2025-05-10 18:42 UTC (permalink / raw)
To: E Shattow
Cc: Minda Chen, Hal Feng, Tom Rini, U-Boot Developer List, Leo Liang
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 | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/riscv/dts/jh7110-u-boot.dtsi b/arch/riscv/dts/jh7110-u-boot.dtsi
index a9e318c4a31..4249fee3346 100644
--- a/arch/riscv/dts/jh7110-u-boot.dtsi
+++ b/arch/riscv/dts/jh7110-u-boot.dtsi
@@ -107,6 +107,7 @@
};
&syscrg {
+ assigned-clock-rates = <0>; /* cpufreq not implemented, use defaults */
bootph-pre-ram;
};
base-commit: feb55165233623648cb0a74953735b00ec6e322e
--
2.25.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2025-05-10 18:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-10 18:42 [PATCH v2] riscv: dts: jh7110: override syscrg assigned clock rates with defaults E Shattow
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.