Hi Krzysztof > -----Original Message----- > From: Krzysztof Kozlowski <krzk@xxxxxxxxxx> > Sent: Monday, August 11, 2025 12:19 PM > To: Raghav Sharma <raghav.s@xxxxxxxxxxx>; s.nawrocki@xxxxxxxxxxx; > cw00.choi@xxxxxxxxxxx; mturquette@xxxxxxxxxxxx; sboyd@xxxxxxxxxx; > robh@xxxxxxxxxx; conor+dt@xxxxxxxxxx; sunyeal.hong@xxxxxxxxxxx; > shin.son@xxxxxxxxxxx; alim.akhtar@xxxxxxxxxxx > Cc: linux-samsung-soc@xxxxxxxxxxxxxxx; linux-clk@xxxxxxxxxxxxxxx; > devicetree@xxxxxxxxxxxxxxx; linux-arm-kernel@xxxxxxxxxxxxxxxxxxx; linux- > kernel@xxxxxxxxxxxxxxx; dev.tailor@xxxxxxxxxxx; chandan.vn@xxxxxxxxxxx; > karthik.sun@xxxxxxxxxxx > Subject: Re: [PATCH v1 3/3] arm64: dts: exynosautov920: add CMU_M2M clock > DT nodes > > On 08/08/2025 16:21, Raghav Sharma wrote: > > Add required dt node for CMU_M2M block, which provides clocks for M2M > > IP > > > > Signed-off-by: Raghav Sharma <raghav.s@xxxxxxxxxxx> > > --- > > arch/arm64/boot/dts/exynos/exynosautov920.dtsi | 13 +++++++++++++ > > 1 file changed, 13 insertions(+) > > > > diff --git a/arch/arm64/boot/dts/exynos/exynosautov920.dtsi > > b/arch/arm64/boot/dts/exynos/exynosautov920.dtsi > > index 0fdf2062930a..086d6bbc18b8 100644 > > --- a/arch/arm64/boot/dts/exynos/exynosautov920.dtsi > > +++ b/arch/arm64/boot/dts/exynos/exynosautov920.dtsi > > @@ -1454,6 +1454,19 @@ pinctrl_aud: pinctrl@1a460000 { > > reg = <0x1a460000 0x10000>; > > }; > > > > + cmu_m2m: clock-controller@0x1a800000 { > > > Are you sure this satisfies tests required by Samsung SoC maintainer profile? > Sorry for delay in reply, I was off for some time. I understood the requirement here and thanks for your guidance on the other thread. I shall post the new version post fixing the compilation warnings. > Best regards, > Krzysztof