[PATCH RFC 0/4] clk: hisilicon: add support for Hi3798MV200

From: Yang Xiwen via B4 Relay
Date: Fri Feb 16 2024 - 06:38:12 EST


This SoC is similar to Hi3798CV200 with a few more clocks in CRG module.

Note this driver is still ongoing, many clocks are not registered in the
driver now. Feedback is welcomed, especially from HiSilicon people.

Signed-off-by: Yang Xiwen <forbidden405@xxxxxxxxxxx>
---
Yang Xiwen (4):
dt-binding: clock: histb-clock: Add missing common clock and Hi3798MV200 specific clock definition
clk: hisilicon: add CRG driver for Hi3798MV200 SoC
dt-binding: clock: merge all hisilicon clock bindings to hisilicon,clock-reset-generator
dt-binding: clock: hisilicon,clock-reset-controller: add Hi3798MV200 SoC support

.../devicetree/bindings/clock/hi3660-clock.txt | 47 ---
.../devicetree/bindings/clock/hi3670-clock.txt | 43 ---
.../devicetree/bindings/clock/hi6220-clock.txt | 52 ---
.../devicetree/bindings/clock/hisi-crg.txt | 50 ---
.../clock/hisilicon,clock-reset-generator.yaml | 175 +++++++++
.../clock/hisilicon,hi3559av100-clock.yaml | 59 ---
drivers/clk/hisilicon/Kconfig | 8 +
drivers/clk/hisilicon/Makefile | 1 +
drivers/clk/hisilicon/crg-hi3798mv200.c | 428 +++++++++++++++++++++
include/dt-bindings/clock/histb-clock.h | 21 +
10 files changed, 633 insertions(+), 251 deletions(-)
---
base-commit: 8d3dea210042f54b952b481838c1e7dfc4ec751d
change-id: 20240216-clk-mv200-cc8cae396ee0

Best regards,
--
Yang Xiwen <forbidden405@xxxxxxxxxxx>