summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorMattias Nilsson <mattias.i.nilsson@stericsson.com>2011-04-14 13:13:04 +0200
committerHenrik Aberg <henrik.aberg@stericsson.com>2011-05-18 09:40:09 +0200
commit7f7e2a42594cb10210c491788ec6afe5157e4237 (patch)
tree0ea900f6f0081fb78048de0cc0481e316f681525 /arch
parent46de2d76f316d6daa7b1beebe214a212630f6a24 (diff)
arm: ux500: change the ab8500-pwm clock from sysclk to ab_ulpclk
This patch removes the explicit request for sysclk from the ab8500-pwm driver, and changes the clock it is given to the internal AB8500 ULP PLL. ST Ericsson ID: 335424 ST Ericsson FOSS-OUT ID: trivial ST Ericsson Linux next: - Change-Id: I9ddb05e6caa480976286024bb305e962b86da636 Signed-off-by: Mattias Nilsson <mattias.i.nilsson@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/21198 Reviewed-by: Bengt JONSSON <bengt.g.jonsson@stericsson.com> Reviewed-by: Jonas ABERG <jonas.aberg@stericsson.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-ux500/clock-db8500.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-ux500/clock-db8500.c b/arch/arm/mach-ux500/clock-db8500.c
index a33a5913788..5a0525c108d 100644
--- a/arch/arm/mach-ux500/clock-db8500.c
+++ b/arch/arm/mach-ux500/clock-db8500.c
@@ -902,6 +902,9 @@ static struct clk_lookup u8500_common_clock_sources[] = {
CLK_LOOKUP(sysclk, "ab8500-codec.0", "sysclk"),
CLK_LOOKUP(ab_ulpclk, "ab8500-codec.0", "ulpclk"),
CLK_LOOKUP(audioclk, "ab8500-codec.0", "audioclk"),
+ CLK_LOOKUP(ab_ulpclk, "ab8500-pwm.1", NULL),
+ CLK_LOOKUP(ab_ulpclk, "ab8500-pwm.2", NULL),
+ CLK_LOOKUP(ab_ulpclk, "ab8500-pwm.3", NULL),
};
static struct clk_lookup u8500_v2_sysclks[] = {