On Mon, May 06, 2024 at 08:29:40AM +0200, Linus Walleij wrote: > + no-reset-on-power-off: > + type: boolean > + description: > + Reset line is wired so that it can be left deasserted when the power > + supply is off. > > To be nitpicky: *should* be left deasserted rather than *can* be left > deasserted, right? If the behaviour is desirable but not strictly > required. I considered that too, but settled on the above description as it is pure hardware description and leaving the decision to act on it up to the OS (e.g. if support is implemented). On the other hand, the "should" is already implied by the property name so perhaps there's no reason not to include it also in the description: + no-reset-on-power-off: + type: boolean + description: + Reset line is wired so that it can (and should) be left + deasserted when the power supply is off. And "should" (unlike "shall") still leaves room for an OS to ignore it at the cost of increased power consumption. Johan