riscv: dts: rename the node name of dma
Rename the node name by the generic DMA naming Signed-off-by: Zong Li <zong.li@sifive.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
This commit is contained in:
parent
6f6fa9cede
commit
d26eee72d9
@ -167,7 +167,7 @@
|
|||||||
clocks = <&prci FU540_PRCI_CLK_TLCLK>;
|
clocks = <&prci FU540_PRCI_CLK_TLCLK>;
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
dma: dma@3000000 {
|
dma: dma-controller@3000000 {
|
||||||
compatible = "sifive,fu540-c000-pdma", "sifive,pdma0";
|
compatible = "sifive,fu540-c000-pdma", "sifive,pdma0";
|
||||||
reg = <0x0 0x3000000 0x0 0x8000>;
|
reg = <0x0 0x3000000 0x0 0x8000>;
|
||||||
interrupt-parent = <&plic0>;
|
interrupt-parent = <&plic0>;
|
||||||
|
Loading…
Reference in New Issue
Block a user