mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 12:46:14 +02:00
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:
parent
8b43f4a7be
commit
bbf5f79bba
@ -91,6 +91,7 @@
|
||||
};
|
||||
|
||||
&syscrg {
|
||||
assigned-clock-rates = <0>; /* cpufreq not implemented, use defaults */
|
||||
bootph-pre-ram;
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user