diff options
author | Boris BREZILLON <b.brezillon@overkiz.com> | 2013-12-19 10:11:13 -0500 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2013-12-19 17:00:05 -0500 |
commit | 4df4f446ef881a351ebf50107f2ac6ddb557ab46 (patch) | |
tree | 44d9529a3e2e2f437bd1503c072e5d4d44b7510c /arch/arm/boot/dts/sama5d3.dtsi | |
parent | eed972987bc52b75afd58d0bfb5f605a82c8502a (diff) |
ARM: at91/dt: add clk properties to sama5d3 SHA device node
Signed-off-by: Boris BREZILLON <b.brezillon@overkiz.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/boot/dts/sama5d3.dtsi')
-rw-r--r-- | arch/arm/boot/dts/sama5d3.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sama5d3.dtsi b/arch/arm/boot/dts/sama5d3.dtsi index 7bd226cd5fa6..321e24b49ebf 100644 --- a/arch/arm/boot/dts/sama5d3.dtsi +++ b/arch/arm/boot/dts/sama5d3.dtsi | |||
@@ -350,6 +350,8 @@ | |||
350 | interrupts = <42 IRQ_TYPE_LEVEL_HIGH 0>; | 350 | interrupts = <42 IRQ_TYPE_LEVEL_HIGH 0>; |
351 | dmas = <&dma1 2 AT91_DMA_CFG_PER_ID(17)>; | 351 | dmas = <&dma1 2 AT91_DMA_CFG_PER_ID(17)>; |
352 | dma-names = "tx"; | 352 | dma-names = "tx"; |
353 | clocks = <&sha_clk>; | ||
354 | clock-names = "sha_clk"; | ||
353 | }; | 355 | }; |
354 | 356 | ||
355 | aes@f8038000 { | 357 | aes@f8038000 { |