ARM: dts: lpc32xx: Specify #dma-cells property of PL080 DMA controller

For DMA controllers it is required to specify a number of the cells for
users.

The change eliminates the next build time reported warning:

    dma@31000000: '#dma-cells' is a required property

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-04 21:46:46 +03:00
parent c4ceb7eeac
commit 181ffb8b06

View File

@ -83,6 +83,7 @@ dma: dma@31000000 {
interrupts = <28 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&clk LPC32XX_CLK_DMA>;
clock-names = "apb_pclk";
#dma-cells = <2>;
};
usb {