Commit f5ca3aa
soc: apple: apple-pmgr-pwrstate: Mark on-at-boot PDs as wakeup
The genpd core does not have a generic mechanism for skipping genpd
shutdown on system sleep, but it does have the wakeup path mechanism
that is essentially the same thing.
Mark all PDs that are on at boot as potentially wakeup-relevant, which
means they can *optionally* stay on. Drivers have to opt into this with
device_set_wakeup_path() to actually force them to remain on.
Signed-off-by: Hector Martin <marcan@marcan.st>1 parent 202dde8 commit f5ca3aa
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
246 | | - | |
| 246 | + | |
247 | 247 | | |
248 | 248 | | |
249 | 249 | | |
| |||
0 commit comments