From mboxrd@z Thu Jan 1 00:00:00 1970 From: sbabic at denx.de Date: Mon, 11 May 2020 12:16:28 +0200 (CEST) Subject: [PATCH 04/10] imx: imx8qm/imx8qxp: Power down the resources before SPL jump to u-boot In-Reply-To: <20200505122846.15992-5-peng.fan@nxp.com> Message-ID: <20200511101628.32AFA812E7@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 > Make sure that all devices that are powered up by SPL are powered down > before entering into the u-boot. Otherwise the subsystem/device will > never be powered down by SCFW, due to SPL and u-boot are in different > partitions. > Benefiting from power domain driver, this patch implements the function > "imx8_power_off_pd_devices" to power off all active devices. > 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 =====================================================================