Re: [PATCH v4 1/4] dt-bindings: clock: spacemit: Add clock controllers of Spacemit K1 SoC
From: Krzysztof Kozlowski
Date: Sat Jan 04 2025 - 04:59:05 EST
On Fri, Jan 03, 2025 at 09:56:34PM +0000, Haylen Chu wrote:
> +#define CLK_PLL3_80 32
> +#define CLK_PLL3_40 33
> +#define CLK_PLL3_20 34
> +#define CLK_APBS_NUM 35
Binding looks fine, thanks for the changes, but now I noticed this
define. Please drop. Number of clocks is rarely useful as a binding and
usually leading to ABI issues.
Same for all other clock controllers below.
Best regards,
Krzysztof