[PATCH v4 0/4] Add CRG driver for Hi3798MV100 SoC

From: David Yang
Date: Wed Mar 15 2023 - 17:19:04 EST


This series adds CRG driver for Hi3798MV100 SoC.

v2: move bindings to a separate patch
v3: fix bindings commit message, reorganize patches
v4: add ethernet and gpu clocks

David Yang (4):
clk: hisilicon: Rename Hi3798CV200 to Hi3798
clk: hisilicon: Extract common functions
dt-bindings: clock: Add Hi3798MV100 CRG
clk: hisilicon: Add CRG driver for Hi3798MV100 SoC

.../devicetree/bindings/clock/hisi-crg.txt | 2 +
drivers/clk/hisilicon/Kconfig | 6 +-
drivers/clk/hisilicon/Makefile | 2 +-
drivers/clk/hisilicon/crg-hi3798.c | 612 ++++++++++++++++++
drivers/clk/hisilicon/crg-hi3798cv200.c | 401 ------------
include/dt-bindings/clock/histb-clock.h | 13 +
6 files changed, 631 insertions(+), 405 deletions(-)
create mode 100644 drivers/clk/hisilicon/crg-hi3798.c
delete mode 100644 drivers/clk/hisilicon/crg-hi3798cv200.c

--
2.39.2