]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ARM: dts: omap: dm814x: Split 'reg' per entry
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Tue, 19 Aug 2025 13:16:52 +0000 (15:16 +0200)
committerKevin Hilman <khilman@baylibre.com>
Fri, 5 Sep 2025 21:31:05 +0000 (14:31 -0700)
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-5-krzysztof.kozlowski@linaro.org
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
arch/arm/boot/dts/ti/omap/dm814x.dtsi

index a8cd724ce4bc4eaf6208221238c4f2e85ece596d..27d1f35a31fd0a23d59e92b3893af9c36ed6d7f6 100644 (file)
 
                        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";