* [GIT PULL] RISC-V Devicetrees for v6.19
@ 2025-11-27 17:21 Conor Dooley
2025-11-27 22:10 ` patchwork-bot+linux-soc
0 siblings, 1 reply; 2+ messages in thread
From: Conor Dooley @ 2025-11-27 17:21 UTC (permalink / raw)
To: soc; +Cc: conor, linux-riscv, kernel
[-- Attachment #1: Type: text/plain, Size: 4244 bytes --]
Hey folks,
Please pull my devicetree updates for 6.19.
Cheers,
Conor.
The following changes since commit 3a8660878839faadb4f1a6dd72c3179c1df56787:
Linux 6.18-rc1 (2025-10-12 13:42:36 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux.git/ riscv-dt-for-v6.19
for you to fetch changes up to 5b70764e10190d57e6cd3287d3a3b06f8c89f69c:
riscv: dts: starfive: add Orange Pi RV (2025-11-25 22:20:54 +0000)
----------------------------------------------------------------
RISC-V Devicetrees for v6.19
MAINTAINERS:
There's some re-jigging of things to reduce duplication, by moving me
into the StarFive entry and my tree into the Microchip one. The
other platforms that I look after (SiFive and Canaan) are marked as Odd
Fixes to better represent their status. Nothing functionally changes.
Microchip:
Add adc and mmc nodes for the Beagle-V Fire.
SiFive:
Add pwm fans to the unmatched board.
StarFive:
Add the Orange PI RV board, another VisionFive 2 derived SBC. This
required moving a mmc related nodes out of the common file, into
<board>.dts. Yet more things moved out of the common file when the
VisionFive 2 Lite boards were added, which use the JH7110S SoC instead of
the JH7110. The difference here between SoCs is just temperature and
frequency ranges, but the boards differ enough that the pool of common
nodes decreases a little further. There's an eMMC and an SD variant
here, that are different SKUs, bringing the total new StarFive boards to
three.
Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
----------------------------------------------------------------
Conor Dooley (5):
riscv: dts: microchip: enable qspi adc/mmc-spi-slot on BeagleV Fire
MAINTAINERS: add Conor to StarFive entry
MAINTAINERS: remove patchwork from RISC-V MISC SOC SUPPORT
MAINTAINERS: add tree to RISC-V Microchip entry
MAINTAINERS: degrade RISC-V MISC SOC SUPPORT to Odd Fixes
E Shattow (1):
dts: starfive: jh7110-common: split out mmc0 reset pins from common into boards
Hal Feng (5):
dt-bindings: riscv: Add StarFive JH7110S SoC and VisionFive 2 Lite board
riscv: dts: starfive: jh7110-common: Move out some nodes to the board dts
riscv: dts: starfive: Add common board dtsi for VisionFive 2 Lite variants
riscv: dts: starfive: Add VisionFive 2 Lite board device tree
riscv: dts: starfive: Add VisionFive 2 Lite eMMC board device tree
Icenowy Zheng (2):
dt-bindings: riscv: starfive: add xunlong,orangepi-rv
riscv: dts: starfive: add Orange Pi RV
René Rebe (1):
riscv: dts: sifive: unmatched: Add PWM controlled fans
.../devicetree/bindings/riscv/starfive.yaml | 7 +
MAINTAINERS | 9 +-
.../riscv/boot/dts/microchip/mpfs-beaglev-fire.dts | 96 ++++++++++++
.../riscv/boot/dts/sifive/hifive-unmatched-a00.dts | 10 ++
arch/riscv/boot/dts/starfive/Makefile | 3 +
arch/riscv/boot/dts/starfive/jh7110-common.dtsi | 19 ---
.../dts/starfive/jh7110-deepcomputing-fml13v01.dts | 27 ++++
arch/riscv/boot/dts/starfive/jh7110-milkv-mars.dts | 27 ++++
.../boot/dts/starfive/jh7110-milkv-marscm-emmc.dts | 9 ++
.../boot/dts/starfive/jh7110-milkv-marscm-lite.dts | 1 +
.../boot/dts/starfive/jh7110-milkv-marscm.dtsi | 13 ++
.../riscv/boot/dts/starfive/jh7110-orangepi-rv.dts | 76 ++++++++++
.../boot/dts/starfive/jh7110-pine64-star64.dts | 27 ++++
.../jh7110-starfive-visionfive-2-lite-emmc.dts | 22 +++
.../starfive/jh7110-starfive-visionfive-2-lite.dts | 20 +++
.../jh7110-starfive-visionfive-2-lite.dtsi | 161 +++++++++++++++++++++
.../dts/starfive/jh7110-starfive-visionfive-2.dtsi | 24 +++
17 files changed, 528 insertions(+), 23 deletions(-)
create mode 100644 arch/riscv/boot/dts/starfive/jh7110-orangepi-rv.dts
create mode 100644 arch/riscv/boot/dts/starfive/jh7110-starfive-visionfive-2-lite-emmc.dts
create mode 100644 arch/riscv/boot/dts/starfive/jh7110-starfive-visionfive-2-lite.dts
create mode 100644 arch/riscv/boot/dts/starfive/jh7110-starfive-visionfive-2-lite.dtsi
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] RISC-V Devicetrees for v6.19
2025-11-27 17:21 [GIT PULL] RISC-V Devicetrees for v6.19 Conor Dooley
@ 2025-11-27 22:10 ` patchwork-bot+linux-soc
0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+linux-soc @ 2025-11-27 22:10 UTC (permalink / raw)
To: Conor Dooley; +Cc: soc
Hello:
This pull request was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:
On Thu, 27 Nov 2025 17:21:12 +0000 you wrote:
> Hey folks,
>
> Please pull my devicetree updates for 6.19.
>
> Cheers,
> Conor.
>
> [...]
Here is the summary with links:
- [GIT,PULL] RISC-V Devicetrees for v6.19
https://git.kernel.org/soc/soc/c/3aa9940035a1
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] 2+ messages in thread
end of thread, other threads:[~2025-11-27 22:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-27 17:21 [GIT PULL] RISC-V Devicetrees for v6.19 Conor Dooley
2025-11-27 22:10 ` patchwork-bot+linux-soc
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox