mbox series

[0/3] add CPUCL1/2 clock support for exynosauto v920 SoC

Message ID 20250428084721.3832664-1-shin.son@samsung.com
Headers show
Series add CPUCL1/2 clock support for exynosauto v920 SoC | expand

Message

손신 April 28, 2025, 8:47 a.m. UTC
This patchset adds the CMU_CPUCL1 and CMU_CPUCL2 block
to support exynosauto v920 SoC.

Shin Son (3):
  dt-bindings: clock: exynosautov920: add cpucl1/2 clock definitions
  clk: samsung: exynosautov920: add cpucl1/2 clock support
  arm64: dts: exynosautov920: add cpucl1/2 clock DT nodes

 .../clock/samsung,exynosautov920-clock.yaml   |  45 ++++
 .../arm64/boot/dts/exynos/exynosautov920.dtsi |  26 +++
 drivers/clk/samsung/clk-exynosautov920.c      | 208 +++++++++++++++++-
 .../clock/samsung,exynosautov920.h            |  32 +++
 4 files changed, 310 insertions(+), 1 deletion(-)