[PATCH v8 3/4] riscv: dts: rename the node name of dma
Zong Li
zong.li at sifive.com
Mon Mar 28 02:52:24 PDT 2022
Rename the node name by the generic DMA naming
Signed-off-by: Zong Li <zong.li at sifive.com>
CC: Vinod Koul <vkoul at kernel.org>
---
arch/riscv/boot/dts/sifive/fu540-c000.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/riscv/boot/dts/sifive/fu540-c000.dtsi b/arch/riscv/boot/dts/sifive/fu540-c000.dtsi
index 6a3011180846..6eebe34c2851 100644
--- a/arch/riscv/boot/dts/sifive/fu540-c000.dtsi
+++ b/arch/riscv/boot/dts/sifive/fu540-c000.dtsi
@@ -167,7 +167,7 @@ uart0: serial at 10010000 {
clocks = <&prci PRCI_CLK_TLCLK>;
status = "disabled";
};
- dma: dma at 3000000 {
+ dma: dma-controller at 3000000 {
compatible = "sifive,fu540-c000-pdma", "sifive,pdma0";
reg = <0x0 0x3000000 0x0 0x8000>;
interrupt-parent = <&plic0>;
--
2.35.1
More information about the linux-riscv
mailing list