diff mbox series

ARM: dts: socfpga: add missing reset-names for dma

Message ID 20190730141534.30852-1-dinguyen@kernel.org (mailing list archive)
State Mainlined
Commit d8c1ccac448fd21a3753517a34ee0164c28ac786
Headers show
Series ARM: dts: socfpga: add missing reset-names for dma | expand

Commit Message

Dinh Nguyen July 30, 2019, 2:15 p.m. UTC
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 | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/socfpga.dtsi b/arch/arm/boot/dts/socfpga.dtsi
index ec1966480f2f..ba47dc15a5d0 100644
--- a/arch/arm/boot/dts/socfpga.dtsi
+++ b/arch/arm/boot/dts/socfpga.dtsi
@@ -85,6 +85,7 @@ 
 				clocks = <&l4_main_clk>;
 				clock-names = "apb_pclk";
 				resets = <&rst DMA_RESET>;
+				reset-names = "dma";
 			};
 		};