[PATCH v2 0/3] clk: samsung: Introduce Exynos990 clock support

Igor Belwon posted 3 patches 1 year ago
There is a newer version of this series
.../bindings/clock/samsung,exynos990-clock.yaml    |  120 ++
drivers/clk/samsung/Makefile                       |    1 +
drivers/clk/samsung/clk-exynos990.c                | 1343 ++++++++++++++++++++
drivers/clk/samsung/clk-pll.c                      |   14 +-
drivers/clk/samsung/clk-pll.h                      |    3 +
include/dt-bindings/clock/samsung,exynos990.h      |  236 ++++
6 files changed, 1715 insertions(+), 2 deletions(-)
[PATCH v2 0/3] clk: samsung: Introduce Exynos990 clock support
Posted by Igor Belwon 1 year ago
Hi all,

This patchset adds support for the Clock Management Unit found in the
Exynos990 SoC. This CMU allows for clocking peripherals such as USB, UFS,
MCT, et cetera.

Currently there are two blocks implemented, CMU_TOP which
generates clocks for other blocks, and CMU_HSI0, which generates clocks
for USB. More blocks will be added (hopefully soon), like HSI1 for UFS.

Signed-off-by: Igor Belwon <igor.belwon@mentallysanemainliners.org>
---
Igor Belwon (3):
      dt-bindings: clock: Add Exynos990 SoC CMU bindings
      clk: samsung: clk-pll: Add support for pll_{0717x, 0718x, 0732x}
      clk: samsung: Introduce Exynos990 clock controller driver

 .../bindings/clock/samsung,exynos990-clock.yaml    |  120 ++
 drivers/clk/samsung/Makefile                       |    1 +
 drivers/clk/samsung/clk-exynos990.c                | 1343 ++++++++++++++++++++
 drivers/clk/samsung/clk-pll.c                      |   14 +-
 drivers/clk/samsung/clk-pll.h                      |    3 +
 include/dt-bindings/clock/samsung,exynos990.h      |  236 ++++
 6 files changed, 1715 insertions(+), 2 deletions(-)
---
base-commit: ebe1b11614e079c5e366ce9bd3c8f44ca0fbcc1b
change-id: 20241206-exynos990-cmu-58ada5056ad5

Best regards,
-- 
Igor Belwon <igor.belwon@mentallysanemainliners.org>