Skip to content

Commit a7c1c97

Browse files
Merge tag 'dt-fixes-for-palmer-5.19-rc3' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/conor/linux into fixes
Microchip RISC-V devicetree fixes for 5.19-rc3 A single fix for mpfs.dtsi: - The sifive pdma entry fell through the cracks between versions of my dt patches & I gave Zong the wrong conflict resolution, so it is added back. * tag 'dt-fixes-for-palmer-5.19-rc3' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/conor/linux: riscv: dts: microchip: re-add pdma to mpfs device tree
2 parents f2906aa + 5e757de commit a7c1c97

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

arch/riscv/boot/dts/microchip/mpfs.dtsi

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,15 @@
192192
riscv,ndev = <186>;
193193
};
194194

195+
pdma: dma-controller@3000000 {
196+
compatible = "sifive,fu540-c000-pdma", "sifive,pdma0";
197+
reg = <0x0 0x3000000 0x0 0x8000>;
198+
interrupt-parent = <&plic>;
199+
interrupts = <5 6>, <7 8>, <9 10>, <11 12>;
200+
dma-channels = <4>;
201+
#dma-cells = <1>;
202+
};
203+
195204
clkcfg: clkcfg@20002000 {
196205
compatible = "microchip,mpfs-clkcfg";
197206
reg = <0x0 0x20002000 0x0 0x1000>, <0x0 0x3E001000 0x0 0x1000>;

0 commit comments

Comments
 (0)