[GIT PULL] canaan clk changes for 7.2
Conor Dooley
conor at kernel.org
Tue Jun 2 02:09:42 PDT 2026
Hey Stephen,
Please pull the addition of a new driver for the Canaan k230 SoC.
It's been on the list for quite a while, with minimal feedback received
on recent versions, so I figured I'd grab it and send a PR so that I can
merge the rest of the SoC support for 7.2. It's been in linux-next for
about two weeks with no issues that I am aware of.
Thanks,
Conor.
The following changes since commit 254f49634ee16a731174d2ae34bc50bd5f45e731:
Linux 7.1-rc1 (2026-04-26 14:19:00 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux.git/ clk-canaan-7.2
for you to fetch changes up to a7b7c7c6c01679efef0fd2f2ca1c5114f303e4f5:
clk: canaan: Add clock driver for Canaan K230 (2026-05-22 17:13:10 +0100)
----------------------------------------------------------------
Canaan k230 clock support
Driver and devicetree bindings for the Canaan k230 SoC.
Signed-off-by: Conor Dooley <conor.dooley at microchip.com>
----------------------------------------------------------------
Xukai Wang (2):
dt-bindings: clock: Add Canaan K230 clock controller
clk: canaan: Add clock driver for Canaan K230
Documentation/devicetree/bindings/clock/canaan,k230-clk.yaml | 59 ++++++
drivers/clk/Kconfig | 6 +
drivers/clk/Makefile | 1 +
drivers/clk/clk-k230.c | 2452 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
include/dt-bindings/clock/canaan,k230-clk.h | 220 +++++++++++++++++++
5 files changed, 2738 insertions(+)
create mode 100644 Documentation/devicetree/bindings/clock/canaan,k230-clk.yaml
create mode 100644 drivers/clk/clk-k230.c
create mode 100644 include/dt-bindings/clock/canaan,k230-clk.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-riscv/attachments/20260602/a926e557/attachment.sig>
More information about the linux-riscv
mailing list