
26 Jun
2017
26 Jun
'17
1:09 a.m.
With the new dev_read functions available, we can convert the rockchip architecture-specific drivers and common drivers used by these devices over to the dev_read family of calls.
This covers the DRAM controller initialisation for the RK3188, RK3288 and RK3399... all of these read some of the tuning/setup/timing parameters from the device-tree.
Signed-off-by: Philipp Tomsich philipp.tomsich@theobroma-systems.com Reviewed-by: Simon Glass sjg@chromium.org
arch/arm/mach-rockchip/rk3188/sdram_rk3188.c | 20 +++++++++----------- arch/arm/mach-rockchip/rk3288/sdram_rk3288.c | 20 +++++++++----------- arch/arm/mach-rockchip/rk3399/sdram_rk3399.c | 8 +++----- 3 files changed, 21 insertions(+), 27 deletions(-)
Applied to u-boot-rockchip/next, thanks!