From mboxrd@z Thu Jan 1 00:00:00 1970 From: sbabic at denx.de Date: Mon, 11 May 2020 12:16:32 +0200 (CEST) Subject: [PATCH V2 3/6] power: imx8-power-domain: Set DM_FLAG_DEFAULT_PD_CTRL_OFF flag In-Reply-To: <20200504131654.17085-3-peng.fan@nxp.com> Message-ID: <20200511101632.D5CE5815E9@phobos.denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > From: Ye Li > 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 > Signed-off-by: Peng Fan Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- ===================================================================== DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de =====================================================================