[PATCH v3 0/2] Enable Hi3559A SOC clock

From: Dongjiu Geng
Date: Fri Nov 13 2020 - 10:58:17 EST


v2->v3:
1. change dt-bindings documents from txt to yaml format.
2. Add SHUB clock to access the devices of m7

Dongjiu Geng (2):
dt-bindings: Document the hi3559a clock bindings
clk: hisilicon: Add clock driver for hi3559A SoC

.../clock/hisilicon,hi3559av100-clock.yaml | 65 ++
drivers/clk/hisilicon/Kconfig | 7 +
drivers/clk/hisilicon/Makefile | 1 +
drivers/clk/hisilicon/clk-hi3559a.c | 865 ++++++++++++++++++
include/dt-bindings/clock/hi3559av100-clock.h | 165 ++++
5 files changed, 1103 insertions(+)
create mode 100644 Documentation/devicetree/bindings/clock/hisilicon,hi3559av100-clock.yaml
create mode 100644 drivers/clk/hisilicon/clk-hi3559a.c
create mode 100644 include/dt-bindings/clock/hi3559av100-clock.h

--
2.17.1