[PATCH] ARM: socfpga: dts: add pl330 clock
Dinh Nguyen
dinguyen at altera.com
Thu Jan 9 11:24:22 EST 2014
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 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";
> };
> };
>
Applied to next-dt.
Thanks,
Dinh
More information about the linux-arm-kernel
mailing list