Re: [PATCH v2 4/6] clk: sunxi-ng: add support for the Allwinner H6 CCU

From: Rob Herring
Date: Thu Feb 08 2018 - 15:18:30 EST


On Sat, Feb 03, 2018 at 11:49:40PM +0800, Icenowy Zheng wrote:
> The Allwinner H6 SoC has a CCU which has been largely rearranged.
>
> Add support for it in the sunxi-ng CCU framework.
>
> Signed-off-by: Icenowy Zheng <icenowy@xxxxxxx>
> ---
> Changes in v2:
> - Exported APB1 bus clock for PIO.
> - Switch to SPDX license identifier.
>
> .../devicetree/bindings/clock/sunxi-ccu.txt | 1 +

Acked-by: Rob Herring <robh@xxxxxxxxxx>

> drivers/clk/sunxi-ng/Kconfig | 5 +
> drivers/clk/sunxi-ng/Makefile | 1 +
> drivers/clk/sunxi-ng/ccu-sun50i-h6.c | 1199 ++++++++++++++++++++
> drivers/clk/sunxi-ng/ccu-sun50i-h6.h | 57 +
> include/dt-bindings/clock/sun50i-h6-ccu.h | 125 ++
> include/dt-bindings/reset/sun50i-h6-ccu.h | 74 ++
> 7 files changed, 1462 insertions(+)
> create mode 100644 drivers/clk/sunxi-ng/ccu-sun50i-h6.c
> create mode 100644 drivers/clk/sunxi-ng/ccu-sun50i-h6.h
> create mode 100644 include/dt-bindings/clock/sun50i-h6-ccu.h
> create mode 100644 include/dt-bindings/reset/sun50i-h6-ccu.h