projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41763c2
)
ARM: dts: socfpga: add reset properties for DMA
author
Dinh Nguyen
<dinguyen@kernel.org>
Thu, 20 Jun 2019 15:07:56 +0000
(10:07 -0500)
committer
Dinh 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
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/socfpga_arria10.dtsi
b/arch/arm/boot/dts/socfpga_arria10.dtsi
index
20af154
..
26c157b
100644
(file)
--- 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";
};
};