projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd775ae
)
ARM: at91/at91sam9x5: add clkdev entries for DMA controllers
author
Nicolas Ferre
<nicolas.ferre@atmel.com>
Tue, 20 Mar 2012 14:58:12 +0000
(15:58 +0100)
committer
Nicolas Ferre
<nicolas.ferre@atmel.com>
Mon, 2 Apr 2012 09:55:19 +0000
(11:55 +0200)
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
arch/arm/mach-at91/at91sam9x5.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-at91/at91sam9x5.c
b/arch/arm/mach-at91/at91sam9x5.c
index b6831eeb7b767c92d8abcc1343ef6b8b47656ca9..13c8cae6046253c0a24fcafaedef1b2797cbc122 100644
(file)
--- a/
arch/arm/mach-at91/at91sam9x5.c
+++ b/
arch/arm/mach-at91/at91sam9x5.c
@@
-223,6
+223,8
@@
static struct clk_lookup periph_clocks_lookups[] = {
CLKDEV_CON_DEV_ID("usart", "f8028000.serial", &usart3_clk),
CLKDEV_CON_DEV_ID("t0_clk", "f8008000.timer", &tcb0_clk),
CLKDEV_CON_DEV_ID("t0_clk", "f800c000.timer", &tcb0_clk),
+ CLKDEV_CON_DEV_ID("dma_clk", "ffffec00.dma-controller", &dma0_clk),
+ CLKDEV_CON_DEV_ID("dma_clk", "ffffee00.dma-controller", &dma1_clk),
CLKDEV_CON_ID("pioA", &pioAB_clk),
CLKDEV_CON_ID("pioB", &pioAB_clk),
CLKDEV_CON_ID("pioC", &pioCD_clk),