Skip to content

Commit

Permalink
mfd: Rename db8500-prcmu init function
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Linus Walleij authored and Samuel Ortiz committed Oct 24, 2011
1 parent 10b3ecd commit 1934dae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/mfd/db8500-prcmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -2154,7 +2154,7 @@ void __init db8500_prcmu_early_init(void)
}
}

static void __init init_prcm_registers(void)
static void __init db8500_prcmu_init_clkforce(void)
{
u32 val;

Expand Down Expand Up @@ -2412,7 +2412,7 @@ static int __init db8500_prcmu_probe(struct platform_device *pdev)
if (ux500_is_svp())
return -ENODEV;

init_prcm_registers();
db8500_prcmu_init_clkforce();

/* Clean up the mailbox interrupts after pre-kernel code. */
writel(ALL_MBOX_BITS, PRCM_ARM_IT1_CLR);
Expand Down

0 comments on commit 1934dae

Please sign in to comment.