ARM: dts: lpc32xx: Correct PL080 DMA controller device node name

Rename PL080 DMA controller device node name to the expected one.

The issue was reported by a dt binding checker:

    dma@31000000: $nodename:0: 'dma@31000000' does not match '^dma-controller(@.*)?$'

Reviewed-by: Frank Li <Frank.Li@nxp.com>
Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
This commit is contained in:
Vladimir Zapolskiy
2025-09-11 03:30:27 +03:00
parent 181ffb8b06
commit d2dab63098
+1 -1
View File
@@ -77,7 +77,7 @@
status = "disabled";
};
dma: dma@31000000 {
dma: dma-controller@31000000 {
compatible = "arm,pl080", "arm,primecell";
reg = <0x31000000 0x1000>;
interrupts = <28 IRQ_TYPE_LEVEL_HIGH>;