public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/2] clk: sprd: Add support for Unisoc SC9832E clocks
@ 2026-01-20 14:44 Nadi Ke
  2026-01-20 14:44 ` [PATCH v1 1/2] dt-bindings: clock: sprd: Add SC9832E clock controller Nadi Ke
  2026-01-20 14:44 ` [PATCH v1 2/2] clk: sprd: Add SC9832E clock driver Nadi Ke
  0 siblings, 2 replies; 6+ messages in thread
From: Nadi Ke @ 2026-01-20 14:44 UTC (permalink / raw)
  To: sboyd, mturquette, robh, krzk+dt, conor+dt, orsonzhai,
	baolin.wang, zhang.lyra
  Cc: linux-clk, devicetree, linux-kernel, Nadi Ke

This series adds the clock controller support for the Unisoc SC9832E SoC.
The SC9832E is a quad-core ARM Cortex-A53 SoC from Unisoc (formerly Spreadtrum),
widely used in entry-level smartphones.

This series includes:
 1. The device tree bindings in YAML format and its corresponding IDs.
 2. The clock driver implementation based on the existing sprd common clock framework.

The driver supports the following clock controllers:
 - PMU Gate, PLL, MPLL, DPLL, RPLL
 - AP AHB Gate, AON APB Gate, AP APB Gate
 - AP Clock, AON Clock

Nadi Ke (2):
  dt-bindings: clock: sprd: Add SC9832E clock controller
  clk: sprd: Add SC9832E clock driver

 .../bindings/clock/sprd,sc9832e-clk.yaml      |  129 ++
 drivers/clk/sprd/Kconfig                      |   10 +
 drivers/clk/sprd/Makefile                     |    1 +
 drivers/clk/sprd/sc9832e-clk.c                | 1065 +++++++++++++++++
 include/dt-bindings/clock/sprd,sc9832e-clk.h  |  187 +++
 5 files changed, 1392 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/clock/sprd,sc9832e-clk.yaml
 create mode 100644 drivers/clk/sprd/sc9832e-clk.c
 create mode 100644 include/dt-bindings/clock/sprd,sc9832e-clk.h

-- 
2.34.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2026-01-21  0:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-20 14:44 [PATCH v1 0/2] clk: sprd: Add support for Unisoc SC9832E clocks Nadi Ke
2026-01-20 14:44 ` [PATCH v1 1/2] dt-bindings: clock: sprd: Add SC9832E clock controller Nadi Ke
2026-01-20 16:15   ` Krzysztof Kozlowski
2026-01-20 14:44 ` [PATCH v1 2/2] clk: sprd: Add SC9832E clock driver Nadi Ke
2026-01-20 22:03   ` kernel test robot
2026-01-21  0:53   ` kernel test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox