diff options
author | Bo Shen <voice.shen@atmel.com> | 2013-12-18 22:59:16 -0500 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2014-03-12 13:23:45 -0400 |
commit | 050208dfd0d725c307e6ad3442d9f809501091cd (patch) | |
tree | 0c81a5ea9f9399b6882ab1fdad3116e18488b494 /arch/arm/mach-at91/at91sam9x5.c | |
parent | acc3e38c088be324c231d44c89b02d3bd463fdee (diff) |
ARM: at91: add PWM clock
Add PWM clock for AT91 series SoC which include PWM controller.
Signed-off-by: Bo Shen <voice.shen@atmel.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/mach-at91/at91sam9x5.c')
-rw-r--r-- | arch/arm/mach-at91/at91sam9x5.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/at91sam9x5.c b/arch/arm/mach-at91/at91sam9x5.c index 3e8ec26e39dc..9ad781d5ee7c 100644 --- a/arch/arm/mach-at91/at91sam9x5.c +++ b/arch/arm/mach-at91/at91sam9x5.c | |||
@@ -253,6 +253,7 @@ static struct clk_lookup periph_clocks_lookups[] = { | |||
253 | CLKDEV_CON_DEV_ID("ehci_clk", "700000.ehci", &uhphs_clk), | 253 | CLKDEV_CON_DEV_ID("ehci_clk", "700000.ehci", &uhphs_clk), |
254 | CLKDEV_CON_DEV_ID("hclk", "500000.gadget", &utmi_clk), | 254 | CLKDEV_CON_DEV_ID("hclk", "500000.gadget", &utmi_clk), |
255 | CLKDEV_CON_DEV_ID("pclk", "500000.gadget", &udphs_clk), | 255 | CLKDEV_CON_DEV_ID("pclk", "500000.gadget", &udphs_clk), |
256 | CLKDEV_CON_DEV_ID(NULL, "f8034000.pwm", &pwm_clk), | ||
256 | }; | 257 | }; |
257 | 258 | ||
258 | /* | 259 | /* |