mirror of
https://github.com/torvalds/linux.git
synced 2026-06-04 12:35:52 +02:00
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:
parent
c4ceb7eeac
commit
181ffb8b06
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user