riscv: dts: jh7110: Enable PLL node in SPL

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>
This commit is contained in:
Bo Gan
2024-03-05 19:00:11 -08:00
committed by Leo Yu-Chi Liang
parent 0d95add3b1
commit e6b7aeef3d

View File

@@ -93,6 +93,10 @@
bootph-pre-ram;
};
&pllclk {
bootph-pre-ram;
};
&S7_0 {
status = "okay";
};