From: Dinh Nguyen Date: Thu, 20 Jun 2019 15:07:56 +0000 (-0500) Subject: ARM: dts: socfpga: add reset properties for DMA X-Git-Tag: v5.4-rc1~184^2~28^2~6 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=5adfd87d9ba7f27418851f0b2a59fba643bc846f;p=linux.git ARM: dts: socfpga: add reset properties for DMA Add both the reset and reset-ocp properties for the DMA node on Arria10. Signed-off-by: Dinh Nguyen --- 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 @@ 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"; }; };