ARM: at91/dt: add clk properties to sama5d3 AES device node
authorBoris BREZILLON <b.brezillon@overkiz.com>
Thu, 19 Dec 2013 15:11:14 +0000 (16:11 +0100)
committerNicolas Ferre <nicolas.ferre@atmel.com>
Thu, 19 Dec 2013 22:00:06 +0000 (23:00 +0100)
Signed-off-by: Boris BREZILLON <b.brezillon@overkiz.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
arch/arm/boot/dts/sama5d3.dtsi

index 321e24b49ebff9c05100df5cceeba92a08972656..d969c86f22b4864be46b2b49201914590f870721 100644 (file)
                                dmas = <&dma1 2 AT91_DMA_CFG_PER_ID(18)>,
                                       <&dma1 2 AT91_DMA_CFG_PER_ID(19)>;
                                dma-names = "tx", "rx";
+                               clocks = <&aes_clk>;
+                               clock-names = "aes_clk";
                        };
 
                        tdes@f803c000 {
This page took 0.025742 seconds and 5 git commands to generate.