> On 02/05/2022 11:02, Chanho Park wrote: > > Add device tree clock binding definitions for below CMU blocks. > > > > - CMU_TOP > > - CMU_BUSMC > > - CMU_CORE > > - CMU_FYS2 > > - CMU_PERIC0 / C1 > > - CMU_PERIS > > > > Signed-off-by: Chanho Park <chanho61.park@xxxxxxxxxxx> > > --- > > include/dt-bindings/clock/exynosautov9.h | 299 +++++++++++++++++++++++ > > 1 file changed, 299 insertions(+) > > create mode 100644 include/dt-bindings/clock/exynosautov9.h > > > > diff --git a/include/dt-bindings/clock/exynosautov9.h b/include/dt- > bindings/clock/exynosautov9.h > > new file mode 100644 > > index 000000000000..4f14fdda26a6 > > --- /dev/null > > +++ b/include/dt-bindings/clock/exynosautov9.h > > About file name I commended in previous patch. > > > @@ -0,0 +1,299 @@ > > +/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */ > > +/* > > + * Copyright (c) 2021 Samsung Electronics Co., Ltd. > > Copyright 2022, unless it appeared somewhere publicly in 2021? (then > 2021-2022) It should be 2022. I'll update this with header name change. > > Rest is ok, so: > > Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> Thanks for your review. Best Regards, Chanho Park