On Thu, Dec 7, 2023 at 12:13 PM Stefan Eichenberger <eichest@xxxxxxxxx> wrote: > From: Stefan Eichenberger <stefan.eichenberger@xxxxxxxxxxx> > > Add a new property to indicate that the device should be powered off in > suspend mode. > > Signed-off-by: Stefan Eichenberger <stefan.eichenberger@xxxxxxxxxxx> (...) > + atmel,poweroff-in-suspend: > + description: | > + When this property is set, all supplies are turned off when the system is > + going to suspend. > + type: boolean wakeup-source: type: boolean As Krzysztof says it seems you are describing an operating system feature. I can't help but wonder: shouldn't that pretty much be the default behaviour if wakeup-source is *not* specified? I.e. the property kind of describes !wakeup-source. Yours, Linus Walleij