mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-19 08:46:49 +07:00
arm64: dts: agilex/stratix10: Add reset properties for DMA
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>
This commit is contained in:
parent
5adfd87d9b
commit
e10c18484b
@ -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 {
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user