[GIT PULL] RISC-V Devicetrees for v6.10 Take 2
Conor Dooley
conor at kernel.org
Wed May 8 13:13:54 PDT 2024
Hey Arnd,
Here's a second attempt for ya.. The canaan stuff is dropped and I'll
send it to you for 6.11 instead.
Cheers,
Conor.
The following changes since commit 4cece764965020c22cff7665b18a012006359095:
Linux 6.9-rc1 (2024-03-24 14:10:05 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux.git/ riscv-dt-for-v6.10-take2
for you to fetch changes up to 1c80d50bb697f84bfbc3876e08e1a1d42bfbdddb:
riscv: dts: microchip: add pac1934 power-monitor to icicle (2024-05-07 17:14:06 +0100)
----------------------------------------------------------------
RISC-V Devicetrees for v6.10
Microchip:
A simple addition of a power-monitor on the Icicle dev board, as the
binding for it is now in mainline.
StarFive:
Support for the Milk-V Mars. This board is incredibly similar to the
VisionFive v2 that is already supported, with only the really ethernet
configuration being slightly different. Emil requested that a common
dtsi file, so my fixes branch is pulled into for-next to avoid an
annoying conflict between moved content and some erroneously added
nodes that were removed as fixes this cycle.
T-Head:
Re-ordering of some nodes to match the DTS coding style on the th1520.
Signed-off-by: Conor Dooley <conor.dooley at microchip.com>
----------------------------------------------------------------
Conor Dooley (2):
RISC-V: add Milkv Mars board devicetree
riscv: dts: microchip: add pac1934 power-monitor to icicle
Hannah Peuckmann (2):
riscv: dts: starfive: visionfive 2: Remove non-existing TDM hardware
riscv: dts: starfive: visionfive 2: Remove non-existing I2S hardware
Jisheng Zhang (8):
riscv: dts: starfive: add 'cpus' label to jh7110 and jh7100 soc dtsi
dt-bindings: riscv: starfive: add Milkv Mars board
riscv: dts: starfive: visionfive 2: update sound and codec dt node name
riscv: dts: starfive: visionfive 2: use cpus label for timebase freq
riscv: dts: starfive: visionfive 2: add tf cd-gpios
riscv: dts: starfive: visionfive 2: add "disable-wp" for tfcard
riscv: dts: starfive: introduce a common board dtsi for jh7110 based boards
riscv: dts: starfive: add Milkv Mars board device tree
Shengyu Qu (1):
riscv: dts: starfive: Remove PMIC interrupt info for Visionfive 2 board
Thomas Bonnefille (1):
riscv: dts: thead: Fix node ordering in TH1520 device tree
.../devicetree/bindings/riscv/starfive.yaml | 1 +
arch/riscv/boot/dts/microchip/mpfs-icicle-kit.dts | 32 +
arch/riscv/boot/dts/starfive/Makefile | 1 +
arch/riscv/boot/dts/starfive/jh7100.dtsi | 2 +-
arch/riscv/boot/dts/starfive/jh7110-common.dtsi | 599 ++++++++++++++++++
arch/riscv/boot/dts/starfive/jh7110-milkv-mars.dts | 30 +
.../dts/starfive/jh7110-starfive-visionfive-2.dtsi | 683 +--------------------
arch/riscv/boot/dts/starfive/jh7110.dtsi | 2 +-
arch/riscv/boot/dts/thead/th1520.dtsi | 54 +-
9 files changed, 693 insertions(+), 711 deletions(-)
create mode 100644 arch/riscv/boot/dts/starfive/jh7110-common.dtsi
create mode 100644 arch/riscv/boot/dts/starfive/jh7110-milkv-mars.dts
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-riscv/attachments/20240508/d371c4b6/attachment.sig>
More information about the linux-riscv
mailing list