commit | 9e8c48324a90ffc65d0b4cb8b7b738cc9d9cd598 | [log] [tgz] |
---|---|---|
author | Mark Kettenis <kettenis@openbsd.org> | Sat Jan 22 20:38:17 2022 +0100 |
committer | Tom Rini <trini@konsulko.com> | Thu Feb 10 16:44:23 2022 -0500 |
tree | 1d1d044ec2f31c1a6d34660a0d2e6c9a392c31dc | |
parent | a106a3000ab20476946552c6bddc7adfd2f90cf5 [diff] |
power: domain: apple: Add reset support The power management controller found on Apple SoCs als provides a way to reset all devices within a power domain. This is needed to cleanly shutdown the NVMe controller before we hand over control to the OS. Signed-off-by: Mark Kettenis <kettenis@openbsd.org> Reviewed-by: Simon Glass <sjg@chromium.org> Tested on: Macbook Air M1 Tested-by: Simon Glass <sjg@chromium.org> Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>