[PATCH] ARM: socfpga: dts: add pl330 clock

Steffen Trumtrar s.trumtrar at pengutronix.de
Thu Dec 19 05:30:54 EST 2013


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 at pengutronix.de>
---
Rebased to
	git://git.rocketboards.org/linux-socfpga-next.git next-dt

 arch/arm/boot/dts/socfpga.dtsi | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/boot/dts/socfpga.dtsi b/arch/arm/boot/dts/socfpga.dtsi
index 634950f..8920371 100644
--- a/arch/arm/boot/dts/socfpga.dtsi
+++ b/arch/arm/boot/dts/socfpga.dtsi
@@ -79,6 +79,8 @@
 				#dma-cells = <1>;
 				#dma-channels = <8>;
 				#dma-requests = <32>;
+				clocks = <&l4_main_clk>;
+				clock-names = "apb_pclk";
 			};
 		};
 
-- 
1.8.5.1




More information about the linux-arm-kernel mailing list