RE: [PATCH 06/13] clk: samsung: exynos8855: add block peris clock support

From: Raghav Sharma

Date: Fri Jul 31 2026 - 06:20:03 EST




> -----Original Message-----
> From: Krzysztof Kozlowski <krzk@xxxxxxxxxx>
> Sent: Tuesday, July 28, 2026 5:31 PM
> To: raghav.s <raghav.s@xxxxxxxxxxx>; s.nawrocki@xxxxxxxxxxx;
> cw00.choi@xxxxxxxxxxx; peter.griffin@xxxxxxxxxx;
> alim.akhtar@xxxxxxxxxxx; mturquette@xxxxxxxxxxxx; sboyd@xxxxxxxxxx;
> bmasney@xxxxxxxxxx; robh@xxxxxxxxxx; conor+dt@xxxxxxxxxx
> Cc: linux-samsung-soc@xxxxxxxxxxxxxxx; linux-clk@xxxxxxxxxxxxxxx;
> devicetree@xxxxxxxxxxxxxxx; linux-arm-kernel@xxxxxxxxxxxxxxxxxxx; linux-
> kernel@xxxxxxxxxxxxxxx; hajun.sung@xxxxxxxxxxx;
> is.gandhi@xxxxxxxxxxx; ts.amit@xxxxxxxxxxx;
> pokala.reddy@xxxxxxxxxxx
> Subject: Re: [PATCH 06/13] clk: samsung: exynos8855: add block peris clock
> support
>
> On 28/07/2026 14:11, raghav.s wrote:
> > Register compatible and cmu_info data to support clocks.
> > CMU_PERIS, this provides clocks for PERIS
> >
> > Signed-off-by: raghav.s <raghav.s@xxxxxxxxxxx>
> > ---
> > drivers/clk/samsung/clk-exynos8855.c | 117
> > ++++++++++++++++++++++++++-
> > 1 file changed, 114 insertions(+), 3 deletions(-)
> >
> > diff --git a/drivers/clk/samsung/clk-exynos8855.c
> > b/drivers/clk/samsung/clk-exynos8855.c
> > index 93528f0077a4..40745f04be0c 100644
> > --- a/drivers/clk/samsung/clk-exynos8855.c
> > +++ b/drivers/clk/samsung/clk-exynos8855.c
> > @@ -17,8 +17,9 @@
> > #include "clk-exynos-arm64.h"
> >
> > /* NOTE: Must be equal to the last clock ID increased by one */
> > -#define CLKS_NR_TOP (FOUT_MMC_PLL_DIV2 + 1)
>
> You just added this line, so changing this is odd. Are your patches correctly
> split?
>
>
> Best regards,
> Krzysztof

Hi Krzysztof
We will re-check the patches' order
Thanks for your reply
Regards
Raghav