]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
arm64: dts: agilex/stratix10: Add reset properties for DMA
authorDinh Nguyen <dinguyen@kernel.org>
Thu, 20 Jun 2019 15:25:07 +0000 (10:25 -0500)
committerDinh Nguyen <dinguyen@kernel.org>
Tue, 30 Jul 2019 14:04:44 +0000 (09:04 -0500)
Add both the reset and reset-ocp properties for the DMA node on the
Stratix10 and Agilex platforms.

Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi
arch/arm64/boot/dts/intel/socfpga_agilex.dtsi

index b05d78164fc178a64446e1b070b0d4dd7f023688..be78db2cd4c9f10c4aab54f0cd628f98066915b7 100644 (file)
@@ -324,6 +324,8 @@ pdma: pdma@ffda0000 {
                        #dma-requests = <32>;
                        clocks = <&clkmgr STRATIX10_L4_MAIN_CLK>;
                        clock-names = "apb_pclk";
+                       resets = <&rst DMA_RESET>, <&rst DMA_OCP_RESET>;
+                       reset-names = "dma", "dma-ocp";
                };
 
                rst: rstmgr@ffd11000 {
index e4ceb3a73c81ae4a19d5d4cab574122ad82e740c..36abc25320a81a8860b2ea0c7edb5bf41988d5f4 100644 (file)
@@ -249,6 +249,8 @@ pdma: pdma@ffda0000 {
                        #dma-cells = <1>;
                        #dma-channels = <8>;
                        #dma-requests = <32>;
+                       resets = <&rst DMA_RESET>, <&rst DMA_OCP_RESET>;
+                       reset-names = "dma", "dma-ocp";
                };
 
                rst: rstmgr@ffd11000 {