diff options
author | Lee Jones <lee.jones@linaro.org> | 2012-06-11 11:24:59 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-07-08 18:16:08 -0400 |
commit | a661aca4ba602d81135ba5cfc2b208e1ad5fdead (patch) | |
tree | 453acd397cafdb2e9f89471328b47e1bea48582c /drivers/mfd/db8500-prcmu.c | |
parent | c94bb233a9fee3314dc5d9c7de9fa702e91283f2 (diff) |
mfd: Initialise the DB8500 PRCMU driver at core_initcall time
Now the AB8500 has its own IRQ domain it needs to be initialised earlier
in the boot sequence. As the AB8500 relies on the DB8500 PRCMU we need to
reflect this change for the PRCMU driver too.
Cc: Samuel Ortiz <sameo@linux.intel.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd/db8500-prcmu.c')
-rw-r--r-- | drivers/mfd/db8500-prcmu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/db8500-prcmu.c b/drivers/mfd/db8500-prcmu.c index 40204e1dbd29..9effb710d4e0 100644 --- a/drivers/mfd/db8500-prcmu.c +++ b/drivers/mfd/db8500-prcmu.c | |||
@@ -3023,7 +3023,7 @@ static int __init db8500_prcmu_init(void) | |||
3023 | return platform_driver_register(&db8500_prcmu_driver); | 3023 | return platform_driver_register(&db8500_prcmu_driver); |
3024 | } | 3024 | } |
3025 | 3025 | ||
3026 | arch_initcall(db8500_prcmu_init); | 3026 | core_initcall(db8500_prcmu_init); |
3027 | 3027 | ||
3028 | MODULE_AUTHOR("Mattias Nilsson <mattias.i.nilsson@stericsson.com>"); | 3028 | MODULE_AUTHOR("Mattias Nilsson <mattias.i.nilsson@stericsson.com>"); |
3029 | MODULE_DESCRIPTION("DB8500 PRCM Unit driver"); | 3029 | MODULE_DESCRIPTION("DB8500 PRCM Unit driver"); |