projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4df4f44
)
ARM: at91/dt: add clk properties to sama5d3 AES device node
author
Boris BREZILLON
<b.brezillon@overkiz.com>
Thu, 19 Dec 2013 15:11:14 +0000
(16:11 +0100)
committer
Nicolas 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
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/sama5d3.dtsi
b/arch/arm/boot/dts/sama5d3.dtsi
index 321e24b49ebff9c05100df5cceeba92a08972656..d969c86f22b4864be46b2b49201914590f870721 100644
(file)
--- a/
arch/arm/boot/dts/sama5d3.dtsi
+++ b/
arch/arm/boot/dts/sama5d3.dtsi
@@
-361,6
+361,8
@@
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 {