projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eed9729
)
ARM: at91/dt: add clk properties to sama5d3 SHA device node
author
Boris BREZILLON
<b.brezillon@overkiz.com>
Thu, 19 Dec 2013 15:11:13 +0000
(16:11 +0100)
committer
Nicolas Ferre
<nicolas.ferre@atmel.com>
Thu, 19 Dec 2013 22:00:05 +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
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/sama5d3.dtsi
b/arch/arm/boot/dts/sama5d3.dtsi
index
7bd226c
..
321e24b
100644
(file)
--- a/
arch/arm/boot/dts/sama5d3.dtsi
+++ b/
arch/arm/boot/dts/sama5d3.dtsi
@@
-350,6
+350,8
@@
interrupts = <42 IRQ_TYPE_LEVEL_HIGH 0>;
dmas = <&dma1 2 AT91_DMA_CFG_PER_ID(17)>;
dma-names = "tx";
+ clocks = <&sha_clk>;
+ clock-names = "sha_clk";
};
aes@f8038000 {