From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Wed, 25 Feb 2015 13:34:47 -0800 Subject: [U-Boot] [PATCH] arm: ls102xa: workaround for cache coherency problem In-Reply-To: <1421999633-20896-1-git-send-email-chenhui.zhao@freescale.com> References: <1421999633-20896-1-git-send-email-chenhui.zhao@freescale.com> Message-ID: <54EE3FF7.1000500@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 01/22/2015 11:53 PM, Chenhui Zhao wrote: > The RCPM FSM may not be reset after power-on, for example, > in the cases of cold boot and wakeup from deep sleep. > It causes cache coherency problem and may block deep sleep. > Therefore, reset them if they are not be reset. > > Signed-off-by: Chenhui Zhao > --- Applied to u-boot-fsl-qoriq master branch, awaiting upstream. York