Re: [PATCH 2/2] regulator: rpmh-regulator: Add RPMH regulator support for Nord

From: Shawn Guo

Date: Tue Apr 21 2026 - 22:25:31 EST


On Wed, Apr 22, 2026 at 03:56:20AM +0300, Dmitry Baryshkov wrote:
> On Tue, Apr 21, 2026 at 08:54:06PM +0800, Shawn Guo wrote:
...
> > We thought it's fine to not model LDO supplies, as they may not always
> > follow PMIC. But that might be even a good reason for modeling, so that
> > we can have a better DT description for the supplies. I will change it
> > to:
> >
> > RPMH_VREG("ldo1", LDO, 1, &pmic5_nldo515, "vdd-l1"),
> > RPMH_VREG("ldo2", LDO, 2, &pmic5_nldo515, "vdd-l2"),
> > RPMH_VREG("ldo3", LDO, 3, &pmic5_pldo515_mv, "vdd-l3"),
>
> Are those the actual supply pins?

>From what I can see from schematics, yes, those are supply pins.

Shawn