ARM: dts: socfpga: add missing reset-names for dma
authorDinh Nguyen <dinguyen@kernel.org>
Tue, 30 Jul 2019 14:07:04 +0000 (09:07 -0500)
committerDinh Nguyen <dinguyen@kernel.org>
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 <dinguyen@kernel.org>
arch/arm/boot/dts/socfpga.dtsi

index 90d6d0d..4f3993c 100644 (file)
@@ -85,6 +85,7 @@
                                clocks = <&l4_main_clk>;
                                clock-names = "apb_pclk";
                                resets = <&rst DMA_RESET>;
+                               reset-names = "dma";
                        };
                };