Re: [PATCH v2 4/4] riscv: dts: spacemit: Add Milk-V Jupiter board (M1)
From: Yixun Lan
Date: Thu Jul 30 2026 - 07:41:51 EST
Hi Aurelien,
On 12:13 Thu 30 Jul , Aurelien Jarno wrote:
> Hi Yixun,
>
> On 2026-07-30 08:54, Yixun Lan wrote:
> > Hi Aurelien,
> >
> >
> > On 18:00 Wed 29 Jul , Aurelien Jarno wrote:
> > > Add support for the Milk-V Jupiter board with the M1 CPU. The M1 differs
> > > from the K1 only by its package, which provides improved cooling
> > > performance and allows it to run at up to 1.8 GHz instead of 1.6 GHz.
> > >
> > > Add m1-opp.dtsi to define the 1.8 GHz operating point and the
> > > corresponding core voltage, based on the upstream kernel. Include it
> > > from m1-milkv-jupiter.dts. Raise the maximum buck1 voltage to 1.116V to
> > > match the new operating point.
> > >
> > While checking the schematics, the buck1,2 provide power supply both
> > for cpu core and AVDD09 domain - check schematics page 9/25 [1]
> >
> > the R81 is NC, so buck1,2 is actually all power supply, raise voltage will
> > result high risk to damage the chip (overvoltage of AVDD09 domain), so
>
> Yes, both buck1 and buck2 supply the CPU core. I only raised buck1 here,
> because it's the only one controlled by the cpu scaling, but in practice
> I believe that configuring the PMIC as Dual-Phase Mode couple the two
> regulator at the hardware level and only the first one need to be set.
> See my analysis there:
> https://lore.kernel.org/spacemit/178402025712.1568061.9223355686030414906.b4-ty@b4/T/#m828e80aaf454606baafbd43e3795089ba397145f
>
Your anylsis is correct, and that's not the problem I'm talking about..
what I mean is that more than one cumsumers to buck12, where AVDD may not
be able to tolerate high voltage, even vendor can't guarantee to run stably,
vendor kernel enable 1.8GHz as turbo-mode which won't run for long duration.
https://github.com/spacemit-com/linux-6.6/blob/k1-bl-v2.2.y/arch/riscv/boot/dts/spacemit/k1-x_opp_table.dtsi#L20
buck1,2 |--> CPU CORE
|--> AVDD09 (DDR, AFEAP ..)
> But I can indeed raise both values for consistency.
>
> > a safe strategy would to test if M1 able to run at 1.8G without voltage
> > change (still at 1.05v)?
>
> I'll try that, but my guess is that given the vendor kernel raises the
> voltage to 1.116V, it is actually needed.
>
> Regards
> Aurelien
>
> --
> Aurelien Jarno GPG: 4096R/1DDD8C9B
> aurelien@xxxxxxxxxxx http://aurel32.net
--
Yixun Lan (dlan)