[PATCH 10/22] clk: rockchip: Add RV1126 clock controller

Rob Herring robh at kernel.org
Mon Jul 25 16:25:17 PDT 2022


On Sun, Jul 24, 2022 at 02:13:23AM +0530, Jagan Teki wrote:
> Add clock controller support for RV1126 SoC.
> 
> Clock & Reset Unit (CRU) in RV1126 support clocks for CRU
> and CRU_PMU blocks.
> 
> This patch is trying to add minimal Clock-Architecture Diagram's
> inferred from [1] authored by Finley Xiao.
> 
> [1] https://github.com/rockchip-linux/kernel/blob/develop-4.19/drivers/clk/rockchip/clk-rv1126.c
> 
> Cc: linux-clk at vger.kernel.org
> Cc: Michael Turquette <mturquette at baylibre.com>
> Cc: Stephen Boyd <sboyd at kernel.org>
> Signed-off-by: Finley Xiao <finley.xiao at rock-chips.com>
> Signed-off-by: Jagan Teki <jagan at edgeble.ai>
> ---
>  drivers/clk/rockchip/Kconfig           |    7 +
>  drivers/clk/rockchip/Makefile          |    1 +
>  drivers/clk/rockchip/clk-rv1126.c      | 1107 ++++++++++++++++++++++++
>  drivers/clk/rockchip/clk.h             |   19 +

>  include/dt-bindings/clock/rv1126-cru.h |  632 ++++++++++++++

This goes with the binding patch.

>  5 files changed, 1766 insertions(+)
>  create mode 100644 drivers/clk/rockchip/clk-rv1126.c
>  create mode 100644 include/dt-bindings/clock/rv1126-cru.h



More information about the Linux-rockchip mailing list