Re: [U-Boot] [PATCH v2] rockchip: rk3288: correct sdram setting

2016-03-07 Thread Chris Zhong
On 2016年03月08日 02:30, Simon Glass wrote: Hi Chris, On 6 March 2016 at 23:51, Chris Zhong wrote: The DMC driver in v3.14 kernel[0] get the ddr setting from PMU_SYS_REG2, and it expects uboot to store the value using a same protocol. But now the ddr setting value is different with DMC, so if

[U-Boot] [PATCH v2] rockchip: rk3288: correct sdram setting

2016-03-07 Thread Chris Zhong
requirements of kernel. [0] https://chromium.googlesource.com/chromiumos/third_party/kernel/+/ chromeos-3.14/drivers/clk/rockchip/clk-rk3288-dmc.c Signed-off-by: Chris Zhong --- Changes in v2: Modified into a more readable code style(Simon Glass) arch/arm/mach-rockchip/rk3288/sdram_rk3288.c | 14

Re: [U-Boot] [PATCH] rockchip: rk3288: correct sdram setting

2016-03-06 Thread Chris Zhong
Hi Simon On 2016年03月07日 10:39, Simon Glass wrote: Hi Chris, On 29 February 2016 at 19:29, Chris Zhong wrote: Hi Simon On 03/01/2016 10:04 AM, Simon Glass wrote: Hi Chris, On 29 February 2016 at 05:16, Chris Zhong wrote: The DMC driver in v3.14 kernel[0] get the ddr setting from

Re: [U-Boot] [PATCH] rockchip: rk3288: correct sdram setting

2016-02-29 Thread Chris Zhong
Hi Simon On 03/01/2016 10:04 AM, Simon Glass wrote: Hi Chris, On 29 February 2016 at 05:16, Chris Zhong wrote: The DMC driver in v3.14 kernel[0] get the ddr setting from PMU_SYS_REG2, and it expects uboot to store the value using a same protocol. But now the ddr setting value is different

[U-Boot] [PATCH] rockchip: rk3288: correct sdram setting

2016-02-29 Thread Chris Zhong
requirements of kernel. [0] https://chromium.googlesource.com/chromiumos/third_party/kernel/+/ chromeos-3.14/drivers/clk/rockchip/clk-rk3288-dmc.c Signed-off-by: Chris Zhong --- arch/arm/include/asm/arch-rockchip/ddr_rk3288.h | 42 - arch/arm/mach-rockchip/rk3288/sdram_rk3288.c