mbox series

[v1,0/3] add clocks support for exynosauto v920 SoC

Message ID 20241007071333.3011125-1-sunyeal.hong@samsung.com (mailing list archive)
Headers show
Series add clocks support for exynosauto v920 SoC | expand

Message

Sunyeal Hong Oct. 7, 2024, 7:13 a.m. UTC
This patchset adds the CMU block below to support exynosauto v920 SoC.
- CMU_PERIC1
- CMU_MISC
- CMU_HSI0/1

Changes in v1:
 - Rebase the patch to reflect the latest fixes

Sunyeal Hong (3):
  dt-bindings: clock: exynosautov920: add peric1, misc and hsi0/1 clock
    definitions
  clk: samsung: exynosautov920: add peric1, misc and hsi0/1 clock
    support
  arm64: dts: exynosautov920: add peric1, misc and hsi0/1 clock DT nodes

 .../arm64/boot/dts/exynos/exynosautov920.dtsi |  50 +++
 drivers/clk/samsung/clk-exynosautov920.c      | 290 ++++++++++++++++++
 .../clock/samsung,exynosautov920.h            |  47 +++
 3 files changed, 387 insertions(+)

Comments

Krzysztof Kozlowski Oct. 7, 2024, 7:17 a.m. UTC | #1
On 07/10/2024 09:13, Sunyeal Hong wrote:
> This patchset adds the CMU block below to support exynosauto v920 SoC.
> - CMU_PERIC1
> - CMU_MISC
> - CMU_HSI0/1
> 
> Changes in v1:
>  - Rebase the patch to reflect the latest fixes

So that's a v2?

Please start using b4 so your patchsets will be properly versioned.

Best regards,
Krzysztof