]> Git Repo - linux.git/commitdiff
ARM: dts: socfpga: add missing reset-names for dma
authorDinh Nguyen <[email protected]>
Tue, 30 Jul 2019 14:07:04 +0000 (09:07 -0500)
committerDinh Nguyen <[email protected]>
Tue, 30 Jul 2019 14:09:31 +0000 (09:09 -0500)
The dma dts node was missing the reset-names = "dma". The reset driver
needs this line to get the reset property.

Signed-off-by: Dinh Nguyen <[email protected]>
arch/arm/boot/dts/socfpga.dtsi

index 90d6d0d4417d36fa7e0c8da0fd03d1a6782d7d7d..4f3993cc022796c4a3946af0e1aabd984f3937d7 100644 (file)
@@ -85,6 +85,7 @@
                                clocks = <&l4_main_clk>;
                                clock-names = "apb_pclk";
                                resets = <&rst DMA_RESET>;
+                               reset-names = "dma";
                        };
                };
 
This page took 0.095459 seconds and 4 git commands to generate.