diff mbox

ARM: socfpga: dts: add pl330 clock

Message ID 1387449054-27115-1-git-send-email-s.trumtrar@pengutronix.de (mailing list archive)
State New, archived
Headers show

Commit Message

Steffen Trumtrar Dec. 19, 2013, 10:30 a.m. UTC
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>
---
Rebased to
	git://git.rocketboards.org/linux-socfpga-next.git next-dt

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

Comments

Dinh Nguyen Jan. 9, 2014, 4:24 p.m. UTC | #1
On Thu, 2013-12-19 at 11:30 +0100, Steffen Trumtrar wrote:
> 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>
> ---
> 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";
>  			};
>  		};
>  

Applied to next-dt.

Thanks,
Dinh
diff mbox

Patch

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";
 			};
 		};