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@xxxxxxxxxxxxxxx > Cc: Michael Turquette <mturquette@xxxxxxxxxxxx> > Cc: Stephen Boyd <sboyd@xxxxxxxxxx> > Signed-off-by: Finley Xiao <finley.xiao@xxxxxxxxxxxxxx> > Signed-off-by: Jagan Teki <jagan@xxxxxxxxxx> > --- > 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