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

From: Krzysztof Kozlowski

Date: Tue Jul 28 2026 - 08:12:20 EST


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