Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d8c1ccac authored by Dinh Nguyen's avatar Dinh Nguyen
Browse files

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



The dma dts node was missing the reset-names = "dma". The reset driver
needs this line to get the reset property.

Signed-off-by: default avatarDinh Nguyen <dinguyen@kernel.org>
parent 2dbaa6a6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -85,6 +85,7 @@
				clocks = <&l4_main_clk>;
				clock-names = "apb_pclk";
				resets = <&rst DMA_RESET>;
				reset-names = "dma";
			};
		};