Hello Jaewon, > -----Original Message----- > From: Jaewon Kim <jaewon02.kim@xxxxxxxxxxx> > Sent: Friday, July 5, 2024 12:08 PM > To: Sunyeal Hong <sunyeal.hong@xxxxxxxxxxx>; Krzysztof Kozlowski > <krzk@xxxxxxxxxx>; Sylwester Nawrocki <s.nawrocki@xxxxxxxxxxx>; Chanwoo > Choi <cw00.choi@xxxxxxxxxxx>; Alim Akhtar <alim.akhtar@xxxxxxxxxxx>; > Michael Turquette <mturquette@xxxxxxxxxxxx>; Stephen Boyd > <sboyd@xxxxxxxxxx> > Cc: linux-samsung-soc@xxxxxxxxxxxxxxx; linux-clk@xxxxxxxxxxxxxxx; linux- > kernel@xxxxxxxxxxxxxxx > Subject: Re: [PATCH 2/5] dt-bindings: clock: add clock binding definitions > for Exynos Auto v920 > > Hi Sunyeal, > > > On 7/5/24 11:11, Sunyeal Hong wrote: > > Add device tree clock binding definitions for below CMU blocks. > > > > - CMU_TOP > > - CMU_PERIC0 > > > > Signed-off-by: Sunyeal Hong <sunyeal.hong@xxxxxxxxxxx> > > --- > > .../clock/samsung,exynosautov920.h | 191 ++++++++++++++++++ > > 1 file changed, 191 insertions(+) > > create mode 100644 include/dt-bindings/clock/samsung,exynosautov920.h > > > > diff --git a/include/dt-bindings/clock/samsung,exynosautov920.h > b/include/dt-bindings/clock/samsung,exynosautov920.h > > new file mode 100644 > > index 000000000000..bbddf7583e61 > > --- /dev/null > > +++ b/include/dt-bindings/clock/samsung,exynosautov920.h > > @@ -0,0 +1,191 @@ > > +/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */ > > +/* > > + * Copyright (c) 2024 Samsung Electronics Co., Ltd. > > + * Author: Sunyeal Hong <sunyeal.hong@xxxxxxxxxxx> > > + * > > + * Device Tree binding constants for Exynos Auto V209 clock controller. > > Typo : V209 -> V920 > > > Thanks > > Jaewon Kim > There was a typo for the SoC name. I will revise it as you mentioned. Thank you. Sunyeal Hong