[U-Boot] [PATCH 7/7] rockchip: dm: convert fdt_get to dev_read
Simon Glass
sjg at chromium.org
Fri Jun 9 12:28:05 UTC 2017
On 7 June 2017 at 10:46, Philipp Tomsich
<philipp.tomsich at theobroma-systems.com> wrote:
> 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 at theobroma-systems.com>
> ---
>
> 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(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list