aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZong Li <[email protected]>2022-03-28 17:52:24 +0800
committerPalmer Dabbelt <[email protected]>2022-04-20 17:37:43 -0700
commitd26eee72d9b9048ba8621e3d47553792729db01f (patch)
tree1d485bfd82564791fe4d452daa800dffa59e3f1d
parent6f6fa9cede8f65c5752bf584f4a388d3eded04ed (diff)
riscv: dts: rename the node name of dma
Rename the node name by the generic DMA naming Signed-off-by: Zong Li <[email protected]> Reviewed-by: Bin Meng <[email protected]> Signed-off-by: Palmer Dabbelt <[email protected]>
-rw-r--r--arch/riscv/boot/dts/sifive/fu540-c000.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/riscv/boot/dts/sifive/fu540-c000.dtsi b/arch/riscv/boot/dts/sifive/fu540-c000.dtsi
index 7ea6300191a5..e3172d0ffac4 100644
--- a/arch/riscv/boot/dts/sifive/fu540-c000.dtsi
+++ b/arch/riscv/boot/dts/sifive/fu540-c000.dtsi
@@ -167,7 +167,7 @@
clocks = <&prci FU540_PRCI_CLK_TLCLK>;
status = "disabled";
};
- dma: dma@3000000 {
+ dma: dma-controller@3000000 {
compatible = "sifive,fu540-c000-pdma", "sifive,pdma0";
reg = <0x0 0x3000000 0x0 0x8000>;
interrupt-parent = <&plic0>;