mbox series

[v1,0/2] Add CMU_HSI1 support for Exynos990 SoC

Message ID 20250528105252.157533-1-umer.uddin@mentallysanemainliners.org
Headers show
Series Add CMU_HSI1 support for Exynos990 SoC | expand

Message

Umer Uddin May 28, 2025, 10:52 a.m. UTC
Hi all, definitely long time no see.

This small patchset adds support for the CMU_HSI1 block for the
Exynos990 SoC. Gates are not implemented as we can make use of
the HWACG system set up by previous bootloaders.

Best regards,
Umer Uddin

Umer Uddin (2):
  dt-bindings: clock: exynos990: Add CMU_HSI1 bindings
  clk: samsung: exynos990: Add CMU_HSI1 block

 .../clock/samsung,exynos990-clock.yaml        |  27 +++
 drivers/clk/samsung/clk-exynos990.c           | 221 ++++++++++++++++++
 include/dt-bindings/clock/samsung,exynos990.h |   7 +
 3 files changed, 255 insertions(+)