mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
eed972987b
commit
4df4f446ef
|
@ -350,6 +350,8 @@ sha@f8034000 {
|
|||
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 {
|
||||
|
|
Loading…
Reference in New Issue