Commit d8c1ccac authored by Dinh Nguyen's avatar Dinh Nguyen

ARM: dts: socfpga: add missing reset-names for dma

The dma dts node was missing the reset-names = "dma". The reset driver
needs this line to get the reset property.
Signed-off-by: default avatarDinh Nguyen <dinguyen@kernel.org>
parent 2dbaa6a6
......@@ -85,6 +85,7 @@ pdma: pdma@ffe01000 {
clocks = <&l4_main_clk>;
clock-names = "apb_pclk";
resets = <&rst DMA_RESET>;
reset-names = "dma";
};
};
......
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