diff options
| author | Vladimir Zapolskiy <vz@mleia.com> | 2025-09-04 21:46:46 +0300 |
|---|---|---|
| committer | Vladimir Zapolskiy <vz@mleia.com> | 2025-09-11 03:30:27 +0300 |
| commit | 181ffb8b06848d7f1fd289d2497f5e134f55b09e (patch) | |
| tree | 304d08ef42a581b264bcd5191923a4b7c4b74441 | |
| parent | c4ceb7eeac34db30cd0c85b684b9ab26e9eb3cd2 (diff) | |
| download | linux-181ffb8b06848d7f1fd289d2497f5e134f55b09e.tar.xz | |
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>
| -rw-r--r-- | arch/arm/boot/dts/nxp/lpc/lpc32xx.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/nxp/lpc/lpc32xx.dtsi b/arch/arm/boot/dts/nxp/lpc/lpc32xx.dtsi index 522d616a9205..a38f3c6dbe47 100644 --- a/arch/arm/boot/dts/nxp/lpc/lpc32xx.dtsi +++ b/arch/arm/boot/dts/nxp/lpc/lpc32xx.dtsi @@ -83,6 +83,7 @@ interrupts = <28 IRQ_TYPE_LEVEL_HIGH>; clocks = <&clk LPC32XX_CLK_DMA>; clock-names = "apb_pclk"; + #dma-cells = <2>; }; usb { |
