[PATCH v2 0/5] clk: samsung: Introduce support for Exynos9610 clocks
From: Alexandru Chimac via B4 Relay
Date: Thu Jul 16 2026 - 13:34:16 EST
This patchset adds partial support for clocks (no SHUB, MIF, ISP, VIPX
or MFC) on Exynos9610.
---
Changes in v2:
- Remove device tree node commits
- Fix binding formatting / example build issues
- Enable auto clock gating
- Add USB CMU
- Remove CPUCL1 CMU (PLL initialization fails with ACG enabled)
- Update maintainer e-mail, copyright year
- Link to v1: https://lore.kernel.org/r/20250915-exynos9610-clocks-v1-0-3f615022b178@xxxxxxxxx
---
Alexandru Chimac (5):
dt-bindings: clock: samsung: Add Exynos9610 CMU bindings
dt-bindings: soc: exynos-sysreg: Add Exynos9610 SYSREG bindings
clk: samsung: clk-pll: Add support for pll_1061x
clk: samsung: Introduce Exynos9610 clock controller driver
MAINTAINERS: Add entry for Exynos9610
.../bindings/clock/samsung,exynos9610-cmu.yaml | 335 ++
.../soc/samsung/samsung,exynos-sysreg.yaml | 20 +
MAINTAINERS | 9 +
drivers/clk/samsung/Makefile | 1 +
drivers/clk/samsung/clk-exynos9610.c | 3716 ++++++++++++++++++++
drivers/clk/samsung/clk-pll.c | 29 +-
drivers/clk/samsung/clk-pll.h | 1 +
include/dt-bindings/clock/samsung,exynos9610-cmu.h | 722 ++++
8 files changed, 4826 insertions(+), 7 deletions(-)
---
base-commit: ce28329fef089fc63dbaadcc4c1fbf9c287e57e0
change-id: 20260715-exynos9610-clocks-a82a4c42f2a3
Best regards,
--
Alexandru Chimac <alex@xxxxxxxxx>