commit | ca0c52710c14e9d38f8e493625a3a51147ebddcc | [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 | 8c0a1c6de84387ad6264d4ea6fa03e2214908960 [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>