All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] RISC-V Sophgo Devicetrees for v7.3
@ 2026-08-05  0:52 Chen Wang
  2026-08-05  1:03 ` Fwd: " Chen Wang
  2026-08-10 16:50 ` patchwork-bot+linux-soc
  0 siblings, 2 replies; 4+ messages in thread
From: Chen Wang @ 2026-08-05  0:52 UTC (permalink / raw)
  To: soc, Arnd Bergmann
  Cc: Conor Dooley, Inochi Amaoto, sophgo@lists.linux.dev, linux-riscv,
	Chen Wang, Joshua Milas, Chen-Yu Yeh

Hey Arnd,

Please pull this dt changes for RISC-V/Sophgo.

Thanks,

Chen

The following changes since commit dc59e4fea9d83f03bad6bddf3fa2e52491777482:

   Linux 7.2-rc1 (2026-06-28 12:01:31 -0700)

are available in the Git repository at:

   https://github.com/sophgo/linux.git tags/riscv-sophgo-dt-for-v7.3

for you to fetch changes up to 59c682ffc76ebda27ecbbbd1423e23ec482d61b9:

   riscv: dts: sophgo: Add Milk-V Duo 256M board support (2026-08-04 
18:04:32 +0800)

----------------------------------------------------------------
RISC-V Devicetrees for v7.3

Sophgo:

The changes of this PR are all for CV18xx serials.
There are three major changes. The first is to allow
DMA multiplexer setting channel number for DMA controller;
the second is to add initial RISC-V support for "Duo S"
board, which uses SG2000, a dual-arch SoC (RISC-V and
ARM64); the third is to add support for "Duo 256M"
board, another dev-board based on SG2002 SoC.

Signed-off-by: Chen Wang <chen.wang@linux.dev>

----------------------------------------------------------------
Chen-Yu Yeh (3):
       dt-bindings: soc: sophgo: add Milk-V Duo 256M board
       riscv: dts: sophgo: cv180x: Add PWR_GPIO controller
       riscv: dts: sophgo: Add Milk-V Duo 256M board support

Inochi Amaoto (1):
       riscv: dts: sophgo: cv180x: Allow the DMA multiplexer to set 
channel number for DMA controller

Joshua Milas (2):
       riscv64: dts: sophgo: add SG2000 dtsi
       riscv64: dts: sophgo: add initial Milk-V Duo S board support

  .../devicetree/bindings/soc/sophgo/sophgo.yaml     |   4 +
  arch/riscv/boot/dts/sophgo/Makefile                |   2 +
  arch/riscv/boot/dts/sophgo/cv180x.dtsi             |  20 +-
  arch/riscv/boot/dts/sophgo/sg2000-milkv-duo-s.dts  | 244 
+++++++++++++++++++++
  arch/riscv/boot/dts/sophgo/sg2000.dtsi             |  53 +++++
  .../riscv/boot/dts/sophgo/sg2002-milkv-duo256m.dts | 121 ++++++++++
  6 files changed, 443 insertions(+), 1 deletion(-)
  create mode 100644 arch/riscv/boot/dts/sophgo/sg2000-milkv-duo-s.dts
  create mode 100644 arch/riscv/boot/dts/sophgo/sg2000.dtsi
  create mode 100644 arch/riscv/boot/dts/sophgo/sg2002-milkv-duo256m.dts



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

* Fwd: [GIT PULL] RISC-V Sophgo Devicetrees for v7.3
  2026-08-05  0:52 [GIT PULL] RISC-V Sophgo Devicetrees for v7.3 Chen Wang
@ 2026-08-05  1:03 ` Chen Wang
  2026-08-10 16:50 ` patchwork-bot+linux-soc
  1 sibling, 0 replies; 4+ messages in thread
From: Chen Wang @ 2026-08-05  1:03 UTC (permalink / raw)
  To: sophgo@lists.linux.dev

I'm forwarding this because I noticed the previous email was rejected by 
the mailing list—I'm not sure why.



-------- Forwarded Message --------
Subject: 	[GIT PULL] RISC-V Sophgo Devicetrees for v7.3
Date: 	Wed, 5 Aug 2026 08:52:02 +0800
From: 	Chen Wang <chen.wang@linux.dev>
To: 	soc@kernel.org, Arnd Bergmann <arnd@arndb.de>
CC: 	Conor Dooley <conor+dt@kernel.org>, Inochi Amaoto 
<inochiama@gmail.com>, sophgo@lists.linux.dev <sophgo@lists.linux.dev>, 
linux-riscv <linux-riscv@lists.infradead.org>, Chen Wang 
<chen.wang@linux.dev>, Joshua Milas <josh.milas@gmail.com>, Chen-Yu Yeh 
<chenyou910331@gmail.com>



Hey Arnd,

Please pull this dt changes for RISC-V/Sophgo.

Thanks,

Chen

The following changes since commit dc59e4fea9d83f03bad6bddf3fa2e52491777482:

   Linux 7.2-rc1 (2026-06-28 12:01:31 -0700)

are available in the Git repository at:

   https://github.com/sophgo/linux.git tags/riscv-sophgo-dt-for-v7.3

for you to fetch changes up to 59c682ffc76ebda27ecbbbd1423e23ec482d61b9:

   riscv: dts: sophgo: Add Milk-V Duo 256M board support (2026-08-04 
18:04:32 +0800)

----------------------------------------------------------------
RISC-V Devicetrees for v7.3

Sophgo:

The changes of this PR are all for CV18xx serials.
There are three major changes. The first is to allow
DMA multiplexer setting channel number for DMA controller;
the second is to add initial RISC-V support for "Duo S"
board, which uses SG2000, a dual-arch SoC (RISC-V and
ARM64); the third is to add support for "Duo 256M"
board, another dev-board based on SG2002 SoC.

Signed-off-by: Chen Wang <chen.wang@linux.dev>

----------------------------------------------------------------
Chen-Yu Yeh (3):
       dt-bindings: soc: sophgo: add Milk-V Duo 256M board
       riscv: dts: sophgo: cv180x: Add PWR_GPIO controller
       riscv: dts: sophgo: Add Milk-V Duo 256M board support

Inochi Amaoto (1):
       riscv: dts: sophgo: cv180x: Allow the DMA multiplexer to set 
channel number for DMA controller

Joshua Milas (2):
       riscv64: dts: sophgo: add SG2000 dtsi
       riscv64: dts: sophgo: add initial Milk-V Duo S board support

  .../devicetree/bindings/soc/sophgo/sophgo.yaml     |   4 +
  arch/riscv/boot/dts/sophgo/Makefile                |   2 +
  arch/riscv/boot/dts/sophgo/cv180x.dtsi             |  20 +-
  arch/riscv/boot/dts/sophgo/sg2000-milkv-duo-s.dts  | 244 
+++++++++++++++++++++
  arch/riscv/boot/dts/sophgo/sg2000.dtsi             |  53 +++++
  .../riscv/boot/dts/sophgo/sg2002-milkv-duo256m.dts | 121 ++++++++++
  6 files changed, 443 insertions(+), 1 deletion(-)
  create mode 100644 arch/riscv/boot/dts/sophgo/sg2000-milkv-duo-s.dts
  create mode 100644 arch/riscv/boot/dts/sophgo/sg2000.dtsi
  create mode 100644 arch/riscv/boot/dts/sophgo/sg2002-milkv-duo256m.dts



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

* Re: [GIT PULL] RISC-V Sophgo Devicetrees for v7.3
  2026-08-05  0:52 [GIT PULL] RISC-V Sophgo Devicetrees for v7.3 Chen Wang
  2026-08-05  1:03 ` Fwd: " Chen Wang
@ 2026-08-10 16:50 ` patchwork-bot+linux-soc
  2026-08-11  0:16   ` Fwd: " Chen Wang
  1 sibling, 1 reply; 4+ messages in thread
From: patchwork-bot+linux-soc @ 2026-08-10 16:50 UTC (permalink / raw)
  To: Chen Wang; +Cc: soc

Hello:

This pull request was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Wed, 5 Aug 2026 08:52:02 +0800 you wrote:
> Hey Arnd,
> 
> Please pull this dt changes for RISC-V/Sophgo.
> 
> Thanks,
> 
> Chen
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] RISC-V Sophgo Devicetrees for v7.3
    https://git.kernel.org/soc/soc/c/545ecc3577d1

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

* Fwd: [GIT PULL] RISC-V Sophgo Devicetrees for v7.3
  2026-08-10 16:50 ` patchwork-bot+linux-soc
@ 2026-08-11  0:16   ` Chen Wang
  0 siblings, 0 replies; 4+ messages in thread
From: Chen Wang @ 2026-08-11  0:16 UTC (permalink / raw)
  To: sophgo@lists.linux.dev

FYI.



-------- Forwarded Message --------
Subject: 	Re: [GIT PULL] RISC-V Sophgo Devicetrees for v7.3
Date: 	Mon, 10 Aug 2026 16:50:37 +0000
From: 	patchwork-bot+linux-soc@kernel.org
To: 	Chen Wang <chen.wang@linux.dev>
CC: 	soc@kernel.org



Hello:

This pull request was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Wed, 5 Aug 2026 08:52:02 +0800 you wrote:
> Hey Arnd,
>
> Please pull this dt changes for RISC-V/Sophgo.
>
> Thanks,
>
> Chen
>
> [...]

Here is the summary with links:
- [GIT,PULL] RISC-V Sophgo Devicetrees for v7.3
https://git.kernel.org/soc/soc/c/545ecc3577d1

You are awesome, thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

end of thread, other threads:[~2026-08-11  0:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-05  0:52 [GIT PULL] RISC-V Sophgo Devicetrees for v7.3 Chen Wang
2026-08-05  1:03 ` Fwd: " Chen Wang
2026-08-10 16:50 ` patchwork-bot+linux-soc
2026-08-11  0:16   ` Fwd: " Chen Wang

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.