mbox series

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

Message ID 20230819-unwieldy-railing-9bba2b176aa7@spud (mailing list archive)
State Accepted
Commit ecd2dc2f343558d90369acdaaa85bca2e53e7387
Headers show
Series [GIT,PULL] RISC-V Devicetrees for v6.6-pt2 | expand

Pull-request

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

Message

Conor Dooley Aug. 19, 2023, 9 a.m. UTC
Hey Arnd,

If it's not too late, could you please take this part 2? There's not too
much in here, mainly another minimal th1520-based devicetree for the
BeagleV Ahead.

Thanks,
Conor.

The following changes since commit f331eb1f5454123f3cec51c18a3d86c2a53bddb9:

  riscv: dts: starfive: jh7110: Fix GMAC configuration (2023-08-13 11:12:20 +0100)

are available in the Git repository at:

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

for you to fetch changes up to a3ce3ff28385c7c0f8503e83f5d42d2083e16390:

  riscv: dts: change TH1520 files to dual license (2023-08-16 18:59:30 +0100)

----------------------------------------------------------------
RISC-V Devicetrees for v6.6 Part 2

T-Head:
Add a second minimal devicetree for the second board using the th1520
SoC, the BeagleV Ahead. As with the Lichee Pi 4a, this is sufficient
only for booting to a console, with work on the mmc, clocks and ethernet
sides of things under way. A relicense to a dual licence for the
existing devicetree files is also done, for good measure.
RISC-V Devicetrees for v6.6-pt2

StarFive:
Fix the sort order of some nodes that I resolved incorrectly during a
merge conflict.

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

----------------------------------------------------------------
Conor Dooley (1):
      riscv: dts: starfive: fix jh7110 qspi sort order

Drew Fustini (3):
      dt-bindings: riscv: Add BeagleV Ahead board compatibles
      riscv: dts: thead: add BeagleV Ahead board device tree
      riscv: dts: change TH1520 files to dual license

 Documentation/devicetree/bindings/riscv/thead.yaml |  4 ++
 arch/riscv/boot/dts/starfive/jh7110.dtsi           | 38 +++++++-------
 arch/riscv/boot/dts/thead/Makefile                 |  2 +-
 arch/riscv/boot/dts/thead/th1520-beaglev-ahead.dts | 61 ++++++++++++++++++++++
 .../boot/dts/thead/th1520-lichee-module-4a.dtsi    |  2 +-
 arch/riscv/boot/dts/thead/th1520-lichee-pi-4a.dts  |  2 +-
 arch/riscv/boot/dts/thead/th1520.dtsi              |  2 +-
 7 files changed, 88 insertions(+), 23 deletions(-)
 create mode 100644 arch/riscv/boot/dts/thead/th1520-beaglev-ahead.dts

Comments

patchwork-bot+linux-soc@kernel.org Aug. 22, 2023, 2:31 a.m. UTC | #1
Hello:

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

On Sat, 19 Aug 2023 10:00:34 +0100 you wrote:
> Hey Arnd,
> 
> If it's not too late, could you please take this part 2? There's not too
> much in here, mainly another minimal th1520-based devicetree for the
> BeagleV Ahead.
> 
> Thanks,
> Conor.
> 
> [...]

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

You are awesome, thank you!