[PATCH v1] dt-bindings: clock: exynosautov920: add hsi2 clock definitions
Alim Akhtar
alim.akhtar at samsung.com
Fri May 9 19:21:56 PDT 2025
> -----Original Message-----
> From: Raghav Sharma <raghav.s at samsung.com>
> Sent: Friday, May 9, 2025 6:54 PM
> To: krzk at kernel.org; s.nawrocki at samsung.com; cw00.choi at samsung.com;
> alim.akhtar at samsung.com; mturquette at baylibre.com; sboyd at kernel.org;
> robh at kernel.org; conor+dt at kernel.org; sunyeal.hong at samsung.com;
> shin.son at samsung.com
> Cc: linux-samsung-soc at vger.kernel.org; linux-clk at vger.kernel.org;
> devicetree at vger.kernel.org; linux-arm-kernel at lists.infradead.org; linux-
> kernel at vger.kernel.org; Raghav Sharma <raghav.s at samsung.com>
> Subject: [PATCH v1] dt-bindings: clock: exynosautov920: add hsi2 clock
> definitions
>
> Add device tree clock binding definitions for CMU_HSI2
>
> Signed-off-by: Raghav Sharma <raghav.s at samsung.com>
> ---
> .../clock/samsung,exynosautov920-clock.yaml | 29 +++++++++++++++++--
> .../clock/samsung,exynosautov920.h | 9 ++++++
> 2 files changed, 36 insertions(+), 2 deletions(-)
>
Hmm, you sent three separate patches that are interdependent but did not mention their dependencies.
e.g.
The patch that adds the clock driver cannot be compiled without the one that adds the header file, which is part of this binding patch
Go through the below section of submitting-patches documentation
https://www.kernel.org/doc/html/latest/process/submitting-patches.html#separate-your-changes
Make sure that each patch is individually compilable (or dependencies are mentioned clearly) and bisectable
ask someone if you are unsure of what you are submitting.
More information about the linux-arm-kernel
mailing list