Commit 672ef909 authored by Steffen Trumtrar's avatar Steffen Trumtrar Committed by Dinh Nguyen

ARM: dts: socfpga: add pl330 clock

The pl330 dmac won't be added to the list of amba devices, as it doesn't have
a clock entry.
Add the clock.
Signed-off-by: default avatarSteffen Trumtrar <s.trumtrar@pengutronix.de>
Signed-off-by: default avatarDinh Nguyen <dinguyen@altera.com>
parent 9a21e55d
......@@ -79,6 +79,8 @@ pdma: pdma@ffe01000 {
#dma-cells = <1>;
#dma-channels = <8>;
#dma-requests = <32>;
clocks = <&l4_main_clk>;
clock-names = "apb_pclk";
};
};
......
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