diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2011-10-05 12:50:47 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2011-10-24 08:09:19 -0400 |
commit | 1934dae220ed1f1a832a191a86c1becfcbb3a094 (patch) | |
tree | 606e564f301e644ec0bef16f9b4c4f1826948410 /drivers/mfd | |
parent | 10b3ecdbd4a54d682903daff99fa6066e6cb68c2 (diff) |
mfd: Rename db8500-prcmu init function
This renames the PRCMU clock force initialization function
to have a less generic name.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd')
-rw-r--r-- | drivers/mfd/db8500-prcmu.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mfd/db8500-prcmu.c b/drivers/mfd/db8500-prcmu.c index 91a5e8cce051..98da431af044 100644 --- a/drivers/mfd/db8500-prcmu.c +++ b/drivers/mfd/db8500-prcmu.c | |||
@@ -2154,7 +2154,7 @@ void __init db8500_prcmu_early_init(void) | |||
2154 | } | 2154 | } |
2155 | } | 2155 | } |
2156 | 2156 | ||
2157 | static void __init init_prcm_registers(void) | 2157 | static void __init db8500_prcmu_init_clkforce(void) |
2158 | { | 2158 | { |
2159 | u32 val; | 2159 | u32 val; |
2160 | 2160 | ||
@@ -2412,7 +2412,7 @@ static int __init db8500_prcmu_probe(struct platform_device *pdev) | |||
2412 | if (ux500_is_svp()) | 2412 | if (ux500_is_svp()) |
2413 | return -ENODEV; | 2413 | return -ENODEV; |
2414 | 2414 | ||
2415 | init_prcm_registers(); | 2415 | db8500_prcmu_init_clkforce(); |
2416 | 2416 | ||
2417 | /* Clean up the mailbox interrupts after pre-kernel code. */ | 2417 | /* Clean up the mailbox interrupts after pre-kernel code. */ |
2418 | writel(ALL_MBOX_BITS, PRCM_ARM_IT1_CLR); | 2418 | writel(ALL_MBOX_BITS, PRCM_ARM_IT1_CLR); |