riscv: dts: rename the node name of dma
authorZong Li <zong.li@sifive.com>
Mon, 28 Mar 2022 09:52:24 +0000 (17:52 +0800)
committerPalmer Dabbelt <palmer@rivosinc.com>
Thu, 21 Apr 2022 00:37:43 +0000 (17:37 -0700)
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>
arch/riscv/boot/dts/sifive/fu540-c000.dtsi

index 7ea6300..e3172d0 100644 (file)
                        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>;