Commit 5adfd87d authored by Dinh Nguyen's avatar Dinh Nguyen

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: default avatarDinh Nguyen <dinguyen@kernel.org>
parent 41763c2b
......@@ -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";
};
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment