Re: [U-Boot] [PATCH v3 2/3] rk3288: sdram: auto-detect the capacity

2016-10-15 Thread Simon Glass
On 15 October 2016 at 07:24, Simon Glass wrote: > On 10 October 2016 at 11:12, Vagrant Cascadian wrote: >> On 2016-10-07, Kever Yang wrote: >>> Add support for rk3288 dram capacity auto detect, support DDR3 and >>> LPDDR3, DDR2 is not supported. >>> The program will automatically detect: >>> - ch

Re: [U-Boot] [PATCH v3 2/3] rk3288: sdram: auto-detect the capacity

2016-10-15 Thread Simon Glass
On 10 October 2016 at 11:12, Vagrant Cascadian wrote: > On 2016-10-07, Kever Yang wrote: >> Add support for rk3288 dram capacity auto detect, support DDR3 and >> LPDDR3, DDR2 is not supported. >> The program will automatically detect: >> - channel number >> - rank number >> - column address number

Re: [U-Boot] [PATCH v3 2/3] rk3288: sdram: auto-detect the capacity

2016-10-10 Thread Vagrant Cascadian
On 2016-10-07, Kever Yang wrote: > Add support for rk3288 dram capacity auto detect, support DDR3 and > LPDDR3, DDR2 is not supported. > The program will automatically detect: > - channel number > - rank number > - column address number > - row address number > > The dts file do not need to describ

[U-Boot] [PATCH v3 2/3] rk3288: sdram: auto-detect the capacity

2016-10-07 Thread Kever Yang
Add support for rk3288 dram capacity auto detect, support DDR3 and LPDDR3, DDR2 is not supported. The program will automatically detect: - channel number - rank number - column address number - row address number The dts file do not need to describe those info after apply this patch. Signed-off-b