Skip to content

Commit b174101

Browse files
krzkpalmer-dabbelt
authored andcommitted
riscv: dts: sifive: fu540-c000: align dma node name with dtschema
Fixes dtbs_check warnings like: dma@3000000: $nodename:0: 'dma@3000000' does not match '^dma-controller(@.*)?$' Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> Link: https://lore.kernel.org/r/20220407193856.18223-1-krzysztof.kozlowski@linaro.org Fixes: c5ab54e ("riscv: dts: add support for PDMA device of HiFive Unleashed Rev A00") Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
1 parent c6fe811 commit b174101

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/riscv/boot/dts/sifive/fu540-c000.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
clocks = <&prci FU540_PRCI_CLK_TLCLK>;
168168
status = "disabled";
169169
};
170-
dma: dma@3000000 {
170+
dma: dma-controller@3000000 {
171171
compatible = "sifive,fu540-c000-pdma";
172172
reg = <0x0 0x3000000 0x0 0x8000>;
173173
interrupt-parent = <&plic0>;

0 commit comments

Comments
 (0)