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:
4a10c2a
)
ARM: at91: add at91sam9n12 ssc clock in look up table
author
Bo Shen
<voice.shen@atmel.com>
Mon, 14 Oct 2013 05:38:29 +0000
(13:38 +0800)
committer
Nicolas Ferre
<nicolas.ferre@atmel.com>
Mon, 14 Oct 2013 07:42:19 +0000
(09:42 +0200)
Add at91sam9n12 ssc clock in look up table
Signed-off-by: Bo Shen <voice.shen@atmel.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
arch/arm/mach-at91/at91sam9n12.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-at91/at91sam9n12.c
b/arch/arm/mach-at91/at91sam9n12.c
index c7d670d118025eaf71a4dd145d0d3a33d300a415..2d895a297739d85d4302ec8e9ec2e01cfb4f1c69 100644
(file)
--- a/
arch/arm/mach-at91/at91sam9n12.c
+++ b/
arch/arm/mach-at91/at91sam9n12.c
@@
-169,6
+169,7
@@
static struct clk_lookup periph_clocks_lookups[] = {
CLKDEV_CON_DEV_ID("t0_clk", "f8008000.timer", &tcb_clk),
CLKDEV_CON_DEV_ID("t0_clk", "f800c000.timer", &tcb_clk),
CLKDEV_CON_DEV_ID("mci_clk", "f0008000.mmc", &mmc_clk),
+ CLKDEV_CON_DEV_ID(NULL, "f0010000.ssc", &ssc_clk),
CLKDEV_CON_DEV_ID("dma_clk", "ffffec00.dma-controller", &dma_clk),
CLKDEV_CON_DEV_ID(NULL, "f8010000.i2c", &twi0_clk),
CLKDEV_CON_DEV_ID(NULL, "f8014000.i2c", &twi1_clk),