[U-Boot] [PATCH 3/5] rockchip: clk: Add rv1108 clock driver

sjg at google.com sjg at google.com
Mon Jun 5 21:31:16 UTC 2017


On 1 June 2017 at 04:00, Andy Yan <andy.yan at rock-chips.com> wrote:
> Add clock driver support for Rockchip rv1108 soc
>
> Signed-off-by: Andy Yan <andy.yan at rock-chips.com>
> ---
>
>  arch/arm/include/asm/arch-rockchip/cru_rv1108.h | 111 ++++++++++
>  arch/arm/include/asm/arch-rockchip/periph.h     |   1 +
>  drivers/clk/rockchip/Makefile                   |   1 +
>  drivers/clk/rockchip/clk_rv1108.c               | 223 ++++++++++++++++++++
>  include/dt-bindings/clock/rv1108-cru.h          | 269 ++++++++++++++++++++++++
>  5 files changed, 605 insertions(+)
>  create mode 100644 arch/arm/include/asm/arch-rockchip/cru_rv1108.h
>  create mode 100644 drivers/clk/rockchip/clk_rv1108.c
>  create mode 100644 include/dt-bindings/clock/rv1108-cru.h

Reviewed-by: Simon Glass <sjg at chromium.org>

Applied to u-boot-rockchip, thanks!


More information about the U-Boot mailing list