
This series introduces a flag to disable pd control by DM framework. And disbables the power domain during device removal.
Depends on: https://patchwork.ozlabs.org/project/uboot/list/?series=132841
Anatolij Gustschin (1): dm: core: device: switch off power domain after device removal
Lokesh Vutla (3): dm: core: Allow for not controlling the power-domain by DM framework remoteproc: k3_arm64: Enable DM_FLAG_DEFAULT_PD_CTRL_OFF power: domain: Introduce dev_power_domain_off
drivers/core/device-remove.c | 5 ++++ drivers/core/device.c | 3 +- drivers/power/domain/power-domain-uclass.c | 34 +++++++++++++++++----- drivers/remoteproc/ti_k3_arm64_rproc.c | 1 + include/dm/device.h | 3 ++ include/power-domain.h | 17 +++++++++++ 6 files changed, 55 insertions(+), 8 deletions(-)