Skip to content

Commit

Permalink
ARM: dts: socfpga: add pl330 clock
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Steffen Trumtrar authored and Dinh Nguyen committed Jan 8, 2014
1 parent 9a21e55 commit 672ef90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/boot/dts/socfpga.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@
#dma-cells = <1>;
#dma-channels = <8>;
#dma-requests = <32>;
clocks = <&l4_main_clk>;
clock-names = "apb_pclk";
};
};

Expand Down

0 comments on commit 672ef90

Please sign in to comment.