From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oliver Graute Date: Tue, 10 Dec 2019 14:18:27 +0000 Subject: [U-Boot] [PATCH V3 2/2] core: device: use dev_power_domain_on In-Reply-To: <20190927021230.4175-2-peng.fan@nxp.com> Message-ID: <20191210141754.GA14437@optiplex> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello Peng, this patch broke my u-boot on a IMX8 QM ROM 7720a1 board. f0cc4eae9a1702a768817ea25d9f23cece69d021 I bisect it and that is the first broken commit. The commits before are working fine. I tried to remove your changes but then I run into this errrors: sc_rm_get_memreg_info: mr:38 res:22 Memreg get info failed, -110 mu_hal_sendmsg timeout sc_rm_is_memreg_owned: mr:39 res:21 sc_rm_is_memreg_owned: mr:39 res:21 mu_hal_sendmsg timeout Some clue whats wrong here? Do I need to adapt my imx8qm board file? Best regards, Oliver