diff options
| author | Ingo Molnar <mingo@kernel.org> | 2013-01-24 06:47:48 -0500 |
|---|---|---|
| committer | Ingo Molnar <mingo@kernel.org> | 2013-01-24 06:47:48 -0500 |
| commit | befddb21c845f8fb49e637997891ef97c6a869dc (patch) | |
| tree | 0e7629123184f2dd50291ad6d477b894175f0f26 /arch/arm/mach-lpc32xx/clock.c | |
| parent | e716efde75267eab919cdb2bef5b2cb77f305326 (diff) | |
| parent | 7d1f9aeff1ee4a20b1aeb377dd0f579fe9647619 (diff) | |
Merge tag 'v3.8-rc4' into irq/core
Merge Linux 3.8-rc4 before pulling in new commits - we were on an old v3.7 base.
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/arm/mach-lpc32xx/clock.c')
| -rw-r--r-- | arch/arm/mach-lpc32xx/clock.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/mach-lpc32xx/clock.c b/arch/arm/mach-lpc32xx/clock.c index f48c2e961b84..dd5d6f532e8c 100644 --- a/arch/arm/mach-lpc32xx/clock.c +++ b/arch/arm/mach-lpc32xx/clock.c | |||
| @@ -585,6 +585,13 @@ static struct clk clk_timer3 = { | |||
| 585 | .enable_mask = LPC32XX_CLKPWR_TMRPWMCLK_TIMER3_EN, | 585 | .enable_mask = LPC32XX_CLKPWR_TMRPWMCLK_TIMER3_EN, |
| 586 | .get_rate = local_return_parent_rate, | 586 | .get_rate = local_return_parent_rate, |
| 587 | }; | 587 | }; |
| 588 | static struct clk clk_mpwm = { | ||
| 589 | .parent = &clk_pclk, | ||
| 590 | .enable = local_onoff_enable, | ||
| 591 | .enable_reg = LPC32XX_CLKPWR_TIMERS_PWMS_CLK_CTRL_1, | ||
| 592 | .enable_mask = LPC32XX_CLKPWR_TMRPWMCLK_MPWM_EN, | ||
| 593 | .get_rate = local_return_parent_rate, | ||
| 594 | }; | ||
| 588 | static struct clk clk_wdt = { | 595 | static struct clk clk_wdt = { |
| 589 | .parent = &clk_pclk, | 596 | .parent = &clk_pclk, |
| 590 | .enable = local_onoff_enable, | 597 | .enable = local_onoff_enable, |
| @@ -1202,6 +1209,7 @@ static struct clk_lookup lookups[] = { | |||
| 1202 | CLKDEV_INIT("pl08xdmac", NULL, &clk_dma), | 1209 | CLKDEV_INIT("pl08xdmac", NULL, &clk_dma), |
| 1203 | CLKDEV_INIT("4003c000.watchdog", NULL, &clk_wdt), | 1210 | CLKDEV_INIT("4003c000.watchdog", NULL, &clk_wdt), |
| 1204 | CLKDEV_INIT("4005c000.pwm", NULL, &clk_pwm), | 1211 | CLKDEV_INIT("4005c000.pwm", NULL, &clk_pwm), |
| 1212 | CLKDEV_INIT("400e8000.mpwm", NULL, &clk_mpwm), | ||
| 1205 | CLKDEV_INIT(NULL, "uart3_ck", &clk_uart3), | 1213 | CLKDEV_INIT(NULL, "uart3_ck", &clk_uart3), |
| 1206 | CLKDEV_INIT(NULL, "uart4_ck", &clk_uart4), | 1214 | CLKDEV_INIT(NULL, "uart4_ck", &clk_uart4), |
| 1207 | CLKDEV_INIT(NULL, "uart5_ck", &clk_uart5), | 1215 | CLKDEV_INIT(NULL, "uart5_ck", &clk_uart5), |
