diff options
author | 2019-06-20 10:07:56 -0500 | |
---|---|---|
committer | 2019-07-30 09:04:13 -0500 | |
commit | 5adfd87d9ba7f27418851f0b2a59fba643bc846f (patch) | |
tree | 5f56ceaecbb530d774756bea8cba7a1c614798c9 | |
parent | ARM: dts: socfpga: add the QSPI OCP reset property on arria10 (diff) | |
download | wireguard-linux-5adfd87d9ba7f27418851f0b2a59fba643bc846f.tar.xz wireguard-linux-5adfd87d9ba7f27418851f0b2a59fba643bc846f.zip |
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 <dinguyen@kernel.org>
-rw-r--r-- | arch/arm/boot/dts/socfpga_arria10.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
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"; }; }; |