[U-Boot] [PATCH v2 2/4] rockchip: video: Add mipi display support for rk3288

2017-04-28 Thread Eric Gao
Because rk3288 and rk3399 use the same mipi dsi controller and phy with only a few difference in grf register. So we share the mipi driver, and handle the difference. Signed-off-by: Eric Gao --- Changes in v2: -Modify some variate's type for compatibility between arm64 and arm32 machine. Chang

Re: [U-Boot] [PATCH v2 2/4] rockchip: video: Add mipi display support for rk3288

2017-04-29 Thread Simon Glass
On 28 April 2017 at 03:09, Eric Gao wrote: > Because rk3288 and rk3399 use the same mipi dsi controller and phy with > only a few difference in grf register. So we share the mipi driver, and > handle the difference. > > Signed-off-by: Eric Gao > > --- > > Changes in v2: > -Modify some variate's t