mbox series

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

Message ID MA0P287MB28228F4FC59B057DF57D9A11FE9C2@MA0P287MB2822.INDP287.PROD.OUTLOOK.COM (mailing list archive)
State Handled Elsewhere
Headers show
Series [GIT,PULL] RISC-V Sophgo Devicetrees for v6.12 | expand

Pull-request

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

Checks

Context Check Description
conchuod/vmtest-fixes-PR fail merge-conflict

Message

Chen Wang Sept. 4, 2024, 12:52 a.m. UTC
Hey Arnd,

Please pull dt changes for RISC-V/Sophgo.

Thanks,
Chen.

The following changes since commit 8400291e289ee6b2bf9779ff1c83a291501f017b:

   Linux 6.11-rc1 (2024-07-28 14:19:55 -0700)

are available in the Git repository at:

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

for you to fetch changes up to fa1823d4e2ebf05ffe000887c57c40d6f089ee25:

   dt-bindings: riscv: Add Sipeed LicheeRV Nano board compatibles 
(2024-09-02 08:55:07 +0800)

----------------------------------------------------------------
RISC-V Devicetrees for v6.12

Sopgho:
Added DMA controller for CV18XX.
Added I2C, MMC, GPIO and onboard MCU (HWMON) for SG2042.
Enable SDHCI0 for HuashanPi (using cv1812h).
Some minor changes about dt-bindings for Sipeed LicheeRV Nano board
(using SG2002, and SG2002 is the new codename of CV181xC).

Signed-off-by: Chen Wang <unicorn_wang@outlook.com>

----------------------------------------------------------------
Chen Wang (2):
       riscv: sophgo: dts: add mmc controllers for SG2042 SoC
       riscv: sophgo: dts: add gpio controllers for SG2042 SoC

Inochi Amaoto (5):
       riscv: dts: sophgo: cv18xx: add DMA controller
       riscv: dts: sophgo: Add sdhci0 configuration for Huashan Pi
       riscv: dts: sophgo: Use common "interrupt-parent" for all 
peripherals for sg2042
       riscv: dts: sophgo: Add i2c device support for sg2042
       riscv: dts: sophgo: Add mcu device for Milk-V Pioneer

Thomas Bonnefille (2):
       dt-bindings: interrupt-controller: Add SOPHGO SG2002 plic
       dt-bindings: riscv: Add Sipeed LicheeRV Nano board compatibles

  Documentation/devicetree/bindings/interrupt-controller/sifive,plic-1.0.0.yaml 
|   1 +
  Documentation/devicetree/bindings/riscv/sophgo.yaml |   5 +++
  arch/riscv/boot/dts/sophgo/cv1812h-huashan-pi.dts |   9 +++++
  arch/riscv/boot/dts/sophgo/cv18xx.dtsi |  16 ++++++++
  arch/riscv/boot/dts/sophgo/sg2042-milkv-pioneer.dts |  77 
++++++++++++++++++++++++++++++++++++++
  arch/riscv/boot/dts/sophgo/sg2042.dtsi | 148 
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
  6 files changed, 255 insertions(+), 1 deletion(-)