Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'riscv-for-linus-5.18-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux

Pull RISC-V fixes from Palmer Dabbelt:

- fix the fu540-c000 device tree to avoid a schema check failure on the
DMA node name

- fix typo in the PolarFire SOC device tree

* tag 'riscv-for-linus-5.18-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux:
riscv: dts: microchip: fix gpio1 reg property typo
riscv: dts: sifive: fu540-c000: align dma node name with dtschema

+2 -2
+1 -1
arch/riscv/boot/dts/microchip/microchip-mpfs.dtsi
··· 366 366 367 367 gpio1: gpio@20121000 { 368 368 compatible = "microchip,mpfs-gpio"; 369 - reg = <000 0x20121000 0x0 0x1000>; 369 + reg = <0x0 0x20121000 0x0 0x1000>; 370 370 interrupt-parent = <&plic>; 371 371 interrupt-controller; 372 372 #interrupt-cells = <1>;
+1 -1
arch/riscv/boot/dts/sifive/fu540-c000.dtsi
··· 167 167 clocks = <&prci FU540_PRCI_CLK_TLCLK>; 168 168 status = "disabled"; 169 169 }; 170 - dma: dma@3000000 { 170 + dma: dma-controller@3000000 { 171 171 compatible = "sifive,fu540-c000-pdma"; 172 172 reg = <0x0 0x3000000 0x0 0x8000>; 173 173 interrupt-parent = <&plic0>;