commit | 625347a32b907f97452c065f671f181e0e6557b0 | [log] [tgz] |
---|---|---|
author | Ye Li <ye.li@nxp.com> | Mon May 04 21:16:51 2020 +0800 |
committer | Stefano Babic <sbabic@denx.de> | Sun May 10 20:55:20 2020 +0200 |
tree | 7a2c073801765b570d78be3c70026287231db49d | |
parent | b48acc58038ed5d0e9b0e76b709b072551b97717 [diff] |
power: imx8-power-domain: Set DM_FLAG_DEFAULT_PD_CTRL_OFF flag If without this flag, calling dev_power_domain_ctrl will iteratively remove the power domain device will causes iteratively power off parent PD. This is not expected by imx8-power-domain-legacy driver. Power off parent PD is controlled by the driver internally. So set DM_FLAG_DEFAULT_PD_CTRL_OFF to avoid such issue Signed-off-by: Ye Li <ye.li@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com>