Re: [U-Boot] [PATCH v3 3/4] rockchip: rk3399: Add Rock960 CE board support

2018-10-03 Thread Peter Robinson
On Thu, Sep 27, 2018 at 8:03 PM Manivannan Sadhasivam wrote: > > Add board support for Rock960 CE board from Vamrs. This board utilizes > common Rock960 family support. > > Following peripherals are tested and known to work: > * USB 2.0 > * MMC > > This commit also adds DDR configuration for LPDDR

Re: [U-Boot] [PATCH v3 3/4] rockchip: rk3399: Add Rock960 CE board support

2018-10-02 Thread Simon Glass
On 27 September 2018 at 12:03, Manivannan Sadhasivam wrote: > Add board support for Rock960 CE board from Vamrs. This board utilizes > common Rock960 family support. > > Following peripherals are tested and known to work: > * USB 2.0 > * MMC > > This commit also adds DDR configuration for LPDDR3-2

[U-Boot] [PATCH v3 3/4] rockchip: rk3399: Add Rock960 CE board support

2018-09-27 Thread Manivannan Sadhasivam
Add board support for Rock960 CE board from Vamrs. This board utilizes common Rock960 family support. Following peripherals are tested and known to work: * USB 2.0 * MMC This commit also adds DDR configuration for LPDDR3-2GiB-1600MHz which is being used on the board. Signed-off-by: Manivannan Sa