Re: [U-Boot] [PATCH] rockchip: use dummy byte only enable OF_PLATDATA

2016-08-27 Thread Simon Glass
On 12 August 2016 at 11:20, Simon Glass wrote: > On 12 August 2016 at 01:43, Ziyuan Xu wrote: >> Add a condition to determine the rk3288_sdram_channel size. >> >> This patch fixes read sdram_channel property failed from DT on rk3288 >> boards, which not enable OF_PLATDATA. >> >> Signed-off-by: Zi

[U-Boot] [PATCH] rockchip: use dummy byte only enable OF_PLATDATA

2016-08-12 Thread Ziyuan Xu
Add a condition to determine the rk3288_sdram_channel size. This patch fixes read sdram_channel property failed from DT on rk3288 boards, which not enable OF_PLATDATA. Signed-off-by: Ziyuan Xu --- arch/arm/include/asm/arch-rockchip/sdram.h | 4 1 file changed, 4 insertions(+) diff --git

Re: [U-Boot] [PATCH] rockchip: use dummy byte only enable OF_PLATDATA

2016-08-12 Thread Simon Glass
On 12 August 2016 at 01:43, Ziyuan Xu wrote: > Add a condition to determine the rk3288_sdram_channel size. > > This patch fixes read sdram_channel property failed from DT on rk3288 > boards, which not enable OF_PLATDATA. > > Signed-off-by: Ziyuan Xu > --- > > arch/arm/include/asm/arch-rockchip/s