Skip to content

Commit 5669bb5

Browse files
shravanI35088ConchuOD
authored andcommitted
riscv: dts: microchip: add specific compatible for mpfs pdma
Add specific compatible for PolarFire SoC for The SiFive PDMA driver Reviewed-by: Conor Dooley <[email protected]> Signed-off-by: Shravan Chippa <[email protected]> Signed-off-by: Conor Dooley <[email protected]>
1 parent 6c73538 commit 5669bb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@
243243
};
244244

245245
pdma: dma-controller@3000000 {
246-
compatible = "sifive,fu540-c000-pdma", "sifive,pdma0";
246+
compatible = "microchip,mpfs-pdma", "sifive,pdma0";
247247
reg = <0x0 0x3000000 0x0 0x8000>;
248248
interrupt-parent = <&plic>;
249249
interrupts = <5 6>, <7 8>, <9 10>, <11 12>;

0 commit comments

Comments
 (0)