[U-Boot] [PATCH v6 08/23] rockchip: rk3036: Add clock driver
Simon Glass
sjg at chromium.org
Thu Nov 19 15:20:00 CET 2015
On 16 November 2015 at 23:20, Lin Huang <hl at rock-chips.com> wrote:
> Add a driver for setting up and modifying the various PLLs, peripheral
> clocks and mmc clocks on RK3036
>
> Signed-off-by: Lin Huang <hl at rock-chips.com>
> Acked-by: Simon Glass <sjg at chromium.org>
> ---
> Changes in v1:
> - clean copyright announcement
> Changes in v2:
> - move some macro to cru_rk3036.h
> Changes in v3: None
> Changes in v4: None
> Changes in v5: None
> Changes in v6: None
>
> arch/arm/include/asm/arch-rockchip/cru_rk3036.h | 168 ++++++++++
> drivers/clk/Makefile | 1 +
> drivers/clk/clk_rk3036.c | 414 ++++++++++++++++++++++++
> 3 files changed, 583 insertions(+)
> create mode 100644 arch/arm/include/asm/arch-rockchip/cru_rk3036.h
> create mode 100644 drivers/clk/clk_rk3036.c
Applied to u-boot-rockchip, thanks!
More information about the U-Boot
mailing list