commit | 3dad4a068ab5d9780af56fe2de1ab9eebdcb09e5 | [log] [tgz] |
---|---|---|
author | Flavio Ceolin <flavio.ceolin@intel.com> | Wed May 26 16:36:49 2021 -0700 |
committer | Anas Nashif <anas.nashif@intel.com> | Thu May 27 14:35:27 2021 -0400 |
tree | b3b3fb5574d512fd0ef99c47132c23c152f0f999 | |
parent | 9c6895105d5efbecc190f424591c1fae90818297 [diff] |
pm: device: Get rid of z_pm_core_devices z_pm_core_devices was hack to set some priority between devices. It was doing it hardcoding some devices that were the first to bring up and the last to power down. Remove it and use the same list used to initialize devices. Fixes #34214 Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>