Re: [U-Boot] [PATCH v3 1/4] arm64: rk3399: add ddr controller driver

2017-02-23 Thread Simon Glass
On 22 February 2017 at 20:35, Simon Glass wrote: > On 22 February 2017 at 01:56, Kever Yang wrote: >> RK3399 support DDR3, LPDDR3, DDR4 sdram, this patch is porting from >> coreboot, support 4GB lpddr3 in this version. >> >> Signed-off-by: Kever Yang >> --- >> >> Changes in v3: >> - enable drive

Re: [U-Boot] [PATCH v3 1/4] arm64: rk3399: add ddr controller driver

2017-02-22 Thread Simon Glass
On 22 February 2017 at 01:56, Kever Yang wrote: > RK3399 support DDR3, LPDDR3, DDR4 sdram, this patch is porting from > coreboot, support 4GB lpddr3 in this version. > > Signed-off-by: Kever Yang > --- > > Changes in v3: > - enable driver without of-platdata > - add binding file for sdram driver