This patchset adds partial support for clocks (no SHUB, MIF, ISP, VIPX
or MFC) on Exynos9610.
---
Changes in v3:
- Use correct DRCG_EN offset for dispaud
- Fix improper clock assignments
- Link to v2: https://lore.kernel.org/r/20260716-exynos9610-clocks-v2-0-c13ce8ef1861@chimac.ro
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@chimac.ro
---
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 | 3715 ++++++++++++++++++++
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, 4825 insertions(+), 7 deletions(-)
---
base-commit: 06a508eb73747a8a71bed89f5766226e433594c5
change-id: 20260715-exynos9610-clocks-a82a4c42f2a3
Best regards,
--
Alexandru Chimac <alex@chimac.ro>