* [PATCH] ARM: socfpga: dts: add pl330 clock
@ 2013-12-19 10:30 Steffen Trumtrar
2014-01-09 16:24 ` Dinh Nguyen
0 siblings, 1 reply; 2+ messages in thread
From: Steffen Trumtrar @ 2013-12-19 10:30 UTC (permalink / raw)
To: linux-arm-kernel
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";
};
};
--
1.8.5.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH] ARM: socfpga: dts: add pl330 clock
2013-12-19 10:30 [PATCH] ARM: socfpga: dts: add pl330 clock Steffen Trumtrar
@ 2014-01-09 16:24 ` Dinh Nguyen
0 siblings, 0 replies; 2+ messages in thread
From: Dinh Nguyen @ 2014-01-09 16:24 UTC (permalink / raw)
To: linux-arm-kernel
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-01-09 16:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-19 10:30 [PATCH] ARM: socfpga: dts: add pl330 clock Steffen Trumtrar
2014-01-09 16:24 ` Dinh Nguyen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).