From: Yixun Lan <dlan@gentoo.org>
To: soc@kernel.org, Arnd Bergmann <arnd@arndb.de>
Cc: spacemit@lists.linux.dev, linux-riscv@lists.infradead.org
Subject: [GIT PULL] RISC-V SpacemiT Devicetrees for v6.16
Date: Wed, 14 May 2025 04:48:41 +0000 [thread overview]
Message-ID: <20250514044841-GYA524674@gentoo> (raw)
Hi Arnd,
Please pull SpacemiT's device tree changes for v6.16, thanks
Please note, there are clock dt-binding dependencies which also included
in this PR, they are exactly same commits (same hash) which already queued
at clock's tree[1].
Let me know if this works for you.
Link: https://lore.kernel.org/all/a28e4eca6e2a9522cb8e707845a9117b@kernel.org/ [1]
Yixun Lan (dlan)
The following changes since commit 0af2f6be1b4281385b618cb86ad946eded089ac8:
Linux 6.15-rc1 (2025-04-06 13:11:33 -0700)
are available in the Git repository at:
https://github.com/spacemit-com/linux tags/spacemit-dt-for-6.16-1
for you to fetch changes up to 3aa64cd126b4fd298ba5d28227ea3f82cd6f541c:
riscv: dts: spacemit: add gpio LED for system heartbeat (2025-05-14 11:43:59 +0800)
----------------------------------------------------------------
RISC-V SpacemiT DT changes for 6.16
- Add clock driver, fix for pinctrl/uart
- Add gpio support, enable LED heartbeat
----------------------------------------------------------------
Haylen Chu (3):
dt-bindings: soc: spacemit: Add spacemit,k1-syscon
dt-bindings: clock: spacemit: Add spacemit,k1-pll
riscv: dts: spacemit: Add clock tree for SpacemiT K1
Yixun Lan (5):
Merge tag 'spacemit-clk-binding-for-6.16' of https://github.com/spacemit-com/linux into spacemit-dt-for-6.16
riscv: dts: spacemit: Acquire clocks for pinctrl
riscv: dts: spacemit: Acquire clocks for UART
riscv: dts: spacemit: add gpio support for K1 SoC
riscv: dts: spacemit: add gpio LED for system heartbeat
.../devicetree/bindings/clock/spacemit,k1-pll.yaml | 50 +++++
.../bindings/soc/spacemit/spacemit,k1-syscon.yaml | 80 +++++++
arch/riscv/boot/dts/spacemit/k1-bananapi-f3.dts | 11 +
arch/riscv/boot/dts/spacemit/k1-pinctrl.dtsi | 3 +
arch/riscv/boot/dts/spacemit/k1.dtsi | 132 ++++++++++-
include/dt-bindings/clock/spacemit,k1-syscon.h | 247 +++++++++++++++++++++
6 files changed, 514 insertions(+), 9 deletions(-)
create mode 100644 Documentation/devicetree/bindings/clock/spacemit,k1-pll.yaml
create mode 100644 Documentation/devicetree/bindings/soc/spacemit/spacemit,k1-syscon.yaml
create mode 100644 include/dt-bindings/clock/spacemit,k1-syscon.h
_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv
WARNING: multiple messages have this Message-ID (diff)
From: Yixun Lan <dlan@gentoo.org>
To: soc@kernel.org, Arnd Bergmann <arnd@arndb.de>
Cc: spacemit@lists.linux.dev, linux-riscv@lists.infradead.org
Subject: [GIT PULL] RISC-V SpacemiT Devicetrees for v6.16
Date: Wed, 14 May 2025 04:48:41 +0000 [thread overview]
Message-ID: <20250514044841-GYA524674@gentoo> (raw)
Hi Arnd,
Please pull SpacemiT's device tree changes for v6.16, thanks
Please note, there are clock dt-binding dependencies which also included
in this PR, they are exactly same commits (same hash) which already queued
at clock's tree[1].
Let me know if this works for you.
Link: https://lore.kernel.org/all/a28e4eca6e2a9522cb8e707845a9117b@kernel.org/ [1]
Yixun Lan (dlan)
The following changes since commit 0af2f6be1b4281385b618cb86ad946eded089ac8:
Linux 6.15-rc1 (2025-04-06 13:11:33 -0700)
are available in the Git repository at:
https://github.com/spacemit-com/linux tags/spacemit-dt-for-6.16-1
for you to fetch changes up to 3aa64cd126b4fd298ba5d28227ea3f82cd6f541c:
riscv: dts: spacemit: add gpio LED for system heartbeat (2025-05-14 11:43:59 +0800)
----------------------------------------------------------------
RISC-V SpacemiT DT changes for 6.16
- Add clock driver, fix for pinctrl/uart
- Add gpio support, enable LED heartbeat
----------------------------------------------------------------
Haylen Chu (3):
dt-bindings: soc: spacemit: Add spacemit,k1-syscon
dt-bindings: clock: spacemit: Add spacemit,k1-pll
riscv: dts: spacemit: Add clock tree for SpacemiT K1
Yixun Lan (5):
Merge tag 'spacemit-clk-binding-for-6.16' of https://github.com/spacemit-com/linux into spacemit-dt-for-6.16
riscv: dts: spacemit: Acquire clocks for pinctrl
riscv: dts: spacemit: Acquire clocks for UART
riscv: dts: spacemit: add gpio support for K1 SoC
riscv: dts: spacemit: add gpio LED for system heartbeat
.../devicetree/bindings/clock/spacemit,k1-pll.yaml | 50 +++++
.../bindings/soc/spacemit/spacemit,k1-syscon.yaml | 80 +++++++
arch/riscv/boot/dts/spacemit/k1-bananapi-f3.dts | 11 +
arch/riscv/boot/dts/spacemit/k1-pinctrl.dtsi | 3 +
arch/riscv/boot/dts/spacemit/k1.dtsi | 132 ++++++++++-
include/dt-bindings/clock/spacemit,k1-syscon.h | 247 +++++++++++++++++++++
6 files changed, 514 insertions(+), 9 deletions(-)
create mode 100644 Documentation/devicetree/bindings/clock/spacemit,k1-pll.yaml
create mode 100644 Documentation/devicetree/bindings/soc/spacemit/spacemit,k1-syscon.yaml
create mode 100644 include/dt-bindings/clock/spacemit,k1-syscon.h
next reply other threads:[~2025-05-14 4:49 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-14 4:48 Yixun Lan [this message]
2025-05-14 4:48 ` [GIT PULL] RISC-V SpacemiT Devicetrees for v6.16 Yixun Lan
2025-05-21 22:31 ` patchwork-bot+linux-soc
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250514044841-GYA524674@gentoo \
--to=dlan@gentoo.org \
--cc=arnd@arndb.de \
--cc=linux-riscv@lists.infradead.org \
--cc=soc@kernel.org \
--cc=spacemit@lists.linux.dev \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.