mbox series

[GIT,PULL] RISC-V Devicetrees for v6.13

Message ID 20241108-washboard-material-6b9ff196063d@spud (mailing list archive)
State Accepted
Commit 6660a1236fbebaa3282f5bf9cce1f90fbd318a3a
Headers show
Series [GIT,PULL] RISC-V Devicetrees for v6.13 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux.git/ tags/riscv-dt-for-v6.13

Message

Conor Dooley Nov. 8, 2024, 9:37 a.m. UTC
Hey,

Please pull a handful of changes, mostly for StarFive.
Branch is based on rc3 instead of rc1 as I'd usually do, because rc{1,2}
was not booting for me.

Cheers,
Conor.

The following changes since commit 8e929cb546ee42c9a61d24fae60605e9e3192354:

  Linux 6.12-rc3 (2024-10-13 14:33:32 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux.git/ tags/riscv-dt-for-v6.13

for you to fetch changes up to c8b72c301dbe71a7a55298d542dff7b2c3612765:

  riscv: dts: starfive: add DeepComputing FML13V01 board device tree (2024-10-31 12:22:53 +0000)

----------------------------------------------------------------
RISC-V Devicetrees for v6.13

StarFive:
Support for the DeepComputing FML13V01, a Framework laptop compatible
with a JH7110. This board is fairly different to the more standard SBCs
offerings that the kernel already supports, so there's also some
refactoring of jh7110-common.dtsi to move out nodes unused on the new
board.

Spacemit:
A vendor prefix I grabbed from the basic support series, since its
dependencies are not yet ready but peripheral drivers have started being
merged.

Signed-off-by: Conor Dooley <conor.dooley@microchip.com>

----------------------------------------------------------------
Guodong Xu (2):
      riscv: dts: starfive: jh7110-common: revised device node
      riscv: dts: starfive: jh7110-common: move usb0 config to board dts

Sandie Cao (3):
      dt-bindings: vendor: add deepcomputing
      dt-bindings: riscv: starfive: add deepcomputing,fml13v01
      riscv: dts: starfive: add DeepComputing FML13V01 board device tree

Yangyu Chen (1):
      dt-bindings: vendor-prefixes: add spacemit

 .../devicetree/bindings/riscv/starfive.yaml        |  1 +
 .../devicetree/bindings/vendor-prefixes.yaml       |  4 ++++
 arch/riscv/boot/dts/starfive/Makefile              |  1 +
 arch/riscv/boot/dts/starfive/jh7110-common.dtsi    | 10 ---------
 .../dts/starfive/jh7110-deepcomputing-fml13v01.dts | 17 +++++++++++++++
 arch/riscv/boot/dts/starfive/jh7110-milkv-mars.dts | 22 +++++++++++++++++++
 .../boot/dts/starfive/jh7110-pine64-star64.dts     | 22 +++++++++++++++++++
 .../dts/starfive/jh7110-starfive-visionfive-2.dtsi | 25 ++++++++++++++++++++++
 8 files changed, 92 insertions(+), 10 deletions(-)
 create mode 100644 arch/riscv/boot/dts/starfive/jh7110-deepcomputing-fml13v01.dts

Comments

patchwork-bot+linux-soc@kernel.org Nov. 12, 2024, 10:32 p.m. UTC | #1
Hello:

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

On Fri, 8 Nov 2024 09:37:55 +0000 you wrote:
> Hey,
> 
> Please pull a handful of changes, mostly for StarFive.
> Branch is based on rc3 instead of rc1 as I'd usually do, because rc{1,2}
> was not booting for me.
> 
> Cheers,
> Conor.
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] RISC-V Devicetrees for v6.13
    https://git.kernel.org/soc/soc/c/6660a1236fbe

You are awesome, thank you!