On Sat, May 03, 2025 at 04:52:52AM -0700, E Shattow wrote: > Move unnecessary clock frequency assignment out of device-tree and into the > board config header so that the ns16550 serial driver can successfully init > during SPL after failing to resolve the parent clock from upstream dts. The > serial driver will then resolve clock frequency from device-tree node parent > clock at init during Main app as it is expected by upstream. > > Signed-off-by: E Shattow <e...@freeshell.de> > --- > arch/riscv/dts/jh7110-common-u-boot.dtsi | 1 - > include/configs/starfive-visionfive2.h | 2 ++ > 2 files changed, 2 insertions(+), 1 deletion(-)
Reviewed-by: Leo Yu-Chi Liang <ycli...@andestech.com>