mirror of
https://github.com/torvalds/linux.git
synced 2026-06-03 12:03:54 +02:00
ARM: dts: omap: dm816x: Split 'reg' per entry
Multiple entries in 'reg' should be encoded in separate <>. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20250819131651.86569-6-krzysztof.kozlowski@linaro.org Signed-off-by: Kevin Hilman <khilman@baylibre.com>
This commit is contained in:
parent
46179394d4
commit
7d7df1bc64
|
|
@ -643,10 +643,10 @@ &cppi41dma 26 1 &cppi41dma 27 1
|
|||
|
||||
cppi41dma: dma-controller@47402000 {
|
||||
compatible = "ti,am3359-cppi41";
|
||||
reg = <0x47400000 0x1000
|
||||
0x47402000 0x1000
|
||||
0x47403000 0x1000
|
||||
0x47404000 0x4000>;
|
||||
reg = <0x47400000 0x1000>,
|
||||
<0x47402000 0x1000>,
|
||||
<0x47403000 0x1000>,
|
||||
<0x47404000 0x4000>;
|
||||
reg-names = "glue", "controller", "scheduler", "queuemgr";
|
||||
interrupts = <17>;
|
||||
interrupt-names = "glue";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user