RE: Re: [PATCH v1 1/2] dt-bindings: regulator: add PF0900 regulator yaml
From: Joy Zou
Date: Thu Jun 19 2025 - 05:43:49 EST
> -----Original Message-----
>
> On Tue, Jun 17, 2025 at 06:20:24PM +0800, Joy Zou wrote:
>
> > + properties:
> > + nxp,dvs-run-microvolt:
> > + minimum: 300000
> > + maximum: 1350000
> > + description:
> > + PMIC default "RUN" state voltage in uV. SW1~5 have such
> > + dvs(dynamic voltage scaling) property.
> > +
> > + nxp,dvs-standby-microvolt:
> > + minimum: 300000
> > + maximum: 1350000
> > + description:
> > + PMIC default "STANDBY" state voltage in uV. SW1~5 have
> such
> > + dvs(dynamic voltage scaling) property.
>
> What are these states exactly - this feels like something that should be either a
> standard property or discovered at runtime?
These two properties are mainly to facilitate customers to set their run and standby voltage
according to their board in PMIC regulator initialization.
BR
Joy Zou