]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: socfpga: add reset properties for DMA
authorDinh Nguyen <dinguyen@kernel.org>
Thu, 20 Jun 2019 15:07:56 +0000 (10:07 -0500)
committerDinh Nguyen <dinguyen@kernel.org>
Tue, 30 Jul 2019 14:04:13 +0000 (09:04 -0500)
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

index 20af1543819aeb492ba5865ad35bbc0e6d527055..26c157b91189966107c888c51c4b411cb67d4a34 100644 (file)
@@ -68,6 +68,8 @@ pdma: pdma@ffda1000 {
                                #dma-requests = <32>;
                                clocks = <&l4_main_clk>;
                                clock-names = "apb_pclk";
+                               resets = <&rst DMA_RESET>, <&rst DMA_OCP_RESET>;
+                               reset-names = "dma", "dma-ocp";
                        };
                };