Skip to content

Commit

Permalink
ARM: at91/dt: add clk properties to sama5d3 TDES device node
Browse files Browse the repository at this point in the history
Signed-off-by: Boris BREZILLON <b.brezillon@overkiz.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
  • Loading branch information
Boris BREZILLON authored and Nicolas Ferre committed Dec 19, 2013
1 parent f68cd35 commit 45e5c2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/boot/dts/sama5d3.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,8 @@
dmas = <&dma1 2 AT91_DMA_CFG_PER_ID(20)>,
<&dma1 2 AT91_DMA_CFG_PER_ID(21)>;
dma-names = "tx", "rx";
clocks = <&tdes_clk>;
clock-names = "tdes_clk";
};

dma0: dma-controller@ffffe600 {
Expand Down

0 comments on commit 45e5c2c

Please sign in to comment.