Re: [U-Boot] [PATCH] ls1021aqds: set the default I2C channel before DDR init

2014-12-11 Thread York Sun
On 11/05/2014 06:51 PM, Alison Wang wrote: > From: Chenhui Zhao > > When resuming from deep sleep, the I2C channel may not be > in the default channel. So, switch to the default channel > before accessing DDR SPD. > > Signed-off-by: Chenhui Zhao > --- Applied to u-boot-fsl-qoriq master, awaiti

[U-Boot] [PATCH] ls1021aqds: set the default I2C channel before DDR init

2014-11-05 Thread Alison Wang
From: Chenhui Zhao When resuming from deep sleep, the I2C channel may not be in the default channel. So, switch to the default channel before accessing DDR SPD. Signed-off-by: Chenhui Zhao --- board/freescale/ls1021aqds/ls1021aqds.c | 32 +++- 1 file changed, 19 ins