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

Krzysztof Kozlowski krzk at kernel.org
Tue Jul 28 05:00:30 PDT 2026


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 at samsung.com>
> ---
>  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



More information about the linux-arm-kernel mailing list