diff mbox series

[1/2] ARM: dts: socfpga: add reset properties for DMA

Message ID 20190620153732.26738-1-dinguyen@kernel.org (mailing list archive)
State Mainlined
Commit 5adfd87d9ba7f27418851f0b2a59fba643bc846f
Headers show
Series [1/2] ARM: dts: socfpga: add reset properties for DMA | expand

Commit Message

Dinh Nguyen June 20, 2019, 3:37 p.m. UTC
Add both the reset and reset-ocp properties for the DMA node on Arria10.

Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
---
 arch/arm/boot/dts/socfpga_arria10.dtsi | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/socfpga_arria10.dtsi b/arch/arm/boot/dts/socfpga_arria10.dtsi
index 20af1543819a..26c157b91189 100644
--- a/arch/arm/boot/dts/socfpga_arria10.dtsi
+++ b/arch/arm/boot/dts/socfpga_arria10.dtsi
@@ -68,6 +68,8 @@ 
 				#dma-requests = <32>;
 				clocks = <&l4_main_clk>;
 				clock-names = "apb_pclk";
+				resets = <&rst DMA_RESET>, <&rst DMA_OCP_RESET>;
+				reset-names = "dma", "dma-ocp";
 			};
 		};