RE: [PATCH 06/13] clk: samsung: exynos8855: add block peris clock support
"Raghav Sharma" <[email protected]> Fri, 31 Jul 2026 15:38:01 +0530
| Newsgroups | org.kernel.vger.linux-clk,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel,org.kernel.vger.linux-samsung-soc |
|---|---|
| Message-ID | <[email protected]> |
> -----Original Message----- > From: Krzysztof Kozlowski <[email protected]> > Sent: Tuesday, July 28, 2026 5:31 PM > To: raghav.s <[email protected]>; [email protected]; > [email protected]; [email protected]; > [email protected]; [email protected]; [email protected]; > [email protected]; [email protected]; [email protected] > Cc: [email protected]; [email protected]; > [email protected]; [email protected]; linux- > [email protected]; [email protected]; > [email protected]; [email protected]; > [email protected] > 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 <[email protected]> > > --- > > 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