]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
riscv: dts: jh7110: Enable PLL node in SPL
authorBo Gan <ganboing@gmail.com>
Wed, 6 Mar 2024 03:00:11 +0000 (19:00 -0800)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Tue, 12 Mar 2024 06:36:13 +0000 (14:36 +0800)
Previously PLL node was missing from SPL dts. This caused BUS_ROOT
to stay on OSC clock (24Mhz). As a result, all peripherals have to
run at a much lower frequency, and loading from sdcard/emmc is slow.
Thus, enabling PLL node in dts to fix this.

Signed-off-by: Bo Gan <ganboing@gmail.com>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
arch/riscv/dts/jh7110-u-boot.dtsi

index 2f560e7296f60e12c9628e01e4343c2743a4e0a1..c09d5c917088c38303a670fae07fa2ce6cfc1c83 100644 (file)
        bootph-pre-ram;
 };
 
+&pllclk {
+       bootph-pre-ram;
+};
+
 &S7_0 {
        status = "okay";
 };