Re: [PATCH v4 05/10] clk: mediatek: Add dt-bindings for MT8183 clocks

From: Rob Herring
Date: Tue Jul 31 2018 - 15:24:30 EST


On Tue, Jul 31, 2018 at 01:38:02PM +0800, Erin Lo wrote:
> From: Weiyi Lu <weiyi.lu@xxxxxxxxxxxx>
>
> Add MT8183 clock dt-bindings, include topckgen, apmixedsys,
> infracfg and subsystem clocks.
>
> Signed-off-by: Weiyi Lu <weiyi.lu@xxxxxxxxxxxx>
> Signed-off-by: Erin Lo <erin.lo@xxxxxxxxxxxx>
> ---
> include/dt-bindings/clock/mt8183-clk.h | 413 +++++++++++++++++++++++++++++++++
> 1 file changed, 413 insertions(+)
> create mode 100644 include/dt-bindings/clock/mt8183-clk.h
>
> diff --git a/include/dt-bindings/clock/mt8183-clk.h b/include/dt-bindings/clock/mt8183-clk.h
> new file mode 100644
> index 0000000..bacad53
> --- /dev/null
> +++ b/include/dt-bindings/clock/mt8183-clk.h
> @@ -0,0 +1,413 @@
> +/* SPDX-License-Identifier: GPL-2.0

This should be a separate comment from the copyright. Otherwise,

Reviewed-by: Rob Herring <robh@xxxxxxxxxx>

> + *
> + * Copyright (c) 2018 MediaTek Inc.
> + * Author: Weiyi Lu <weiyi.lu@xxxxxxxxxxxx>
> + */