Re: [U-Boot] [PATCH] QE/DeepSleep: add QE deepsleep support for mpc85xx

2015-04-24 Thread York Sun
On 03/25/2015 02:02 AM, Zhao Qiang wrote: > Muram will power off during deepsleep, and the microcode of qe > in muram will be lost, it should be reload when resume. > > Signed-off-by: Zhao Qiang > --- Applied to fsl-qoriq master, awaiting upstream. York ___

[U-Boot] [PATCH] QE/DeepSleep: add QE deepsleep support for mpc85xx

2015-03-25 Thread Zhao Qiang
Muram will power off during deepsleep, and the microcode of qe in muram will be lost, it should be reload when resume. Signed-off-by: Zhao Qiang --- arch/arm/include/asm/arch-ls102xa/config.h | 4 -- board/freescale/common/mpc85xx_sleep.c | 8 +++ drivers/qe/qe.c