ARM: dts: socfpga: add pl330 clock
authorSteffen Trumtrar <s.trumtrar@pengutronix.de>
Wed, 8 Jan 2014 18:01:26 +0000 (12:01 -0600)
committerDinh Nguyen <dinguyen@altera.com>
Wed, 8 Jan 2014 18:04:03 +0000 (12:04 -0600)
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: Steffen Trumtrar <s.trumtrar@pengutronix.de>
Signed-off-by: Dinh Nguyen <dinguyen@altera.com>
arch/arm/boot/dts/socfpga.dtsi

index efcc38a2a11006483dee7008196dd1006b7076cf..537f1a5c07f55538ca161a16f8d0594b6170ca62 100644 (file)
@@ -79,6 +79,8 @@
                                #dma-cells = <1>;
                                #dma-channels = <8>;
                                #dma-requests = <32>;
+                               clocks = <&l4_main_clk>;
+                               clock-names = "apb_pclk";
                        };
                };
 
This page took 0.025706 seconds and 5 git commands to generate.