On 23 February 2017 at 00:37, Kever Yang <kever.y...@rock-chips.com> wrote:
> Add rk3328 clock driver and cru structure definition.
>
> Signed-off-by: William Zhang <william.zh...@rock-chips.com>
> Signed-off-by: Kever Yang <kever.y...@rock-chips.com>
> ---
>
> Changes in v3:
> - remove I2C reg value MACRO definition
>
> Changes in v2:
> - split rockchip_get_cru into arch/arm/mach-rockchip
> - fix include header file order
> - drop MACRO for I2C reg access
> - use OSC_HZ for 24*1024*1024
>
>  arch/arm/include/asm/arch-rockchip/cru_rk3328.h |  70 +++
>  arch/arm/mach-rockchip/rk3328/Makefile          |   1 +
>  arch/arm/mach-rockchip/rk3328/clk_rk3328.c      |  31 ++
>  drivers/clk/rockchip/Makefile                   |   1 +
>  drivers/clk/rockchip/clk_rk3328.c               | 581 
> ++++++++++++++++++++++++
>  5 files changed, 684 insertions(+)
>  create mode 100644 arch/arm/include/asm/arch-rockchip/cru_rk3328.h
>  create mode 100644 arch/arm/mach-rockchip/rk3328/clk_rk3328.c
>  create mode 100644 drivers/clk/rockchip/clk_rk3328.c

Applied to u-boot-rockchip, thanks!
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to