Re: [PATCH v3 5/5] riscv: dts: starfive: jhb100: Add JHB100 base DT

From: Changhuang Liang

Date: Thu Aug 06 2026 - 21:36:40 EST


Hi, Conor

Thanks for the review.

> On Thu, Aug 06, 2026 at 05:25:53AM -0700, Changhuang Liang wrote:
> > +
> > + clk_uart: clock-uart {
> > + compatible = "fixed-clock"; /* Initial clock handler for UART */
> > + #clock-cells = <0>;
> > + clock-frequency = <25000000>;
> > + };
>
> I can pick this series up on a provisional basis for you to work on top of, but I
> won't be sending a PR for anything that contains temporary fixed clocks.

That's great.

Once my other two series are also ready:

Add basic clocks and resets for JHB100 SoC
Add StarFive JHB100 syscon modules

I can squash these three device tree into a single patch and send it out, so there won't be
any temporarily used clk_uart and PLL nodes.

Best Regards,
Changhuang