summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-ux500/board-mop500.c
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2013-08-23 09:19:01 +0100
committerLinus Walleij <linus.walleij@linaro.org>2013-09-26 11:08:30 +0200
commit791ffcdebf7a9553bfc46b39689e26531b1e1f02 (patch)
tree9b3462d63cafc55d693896793c790fa94cbad352 /arch/arm/mach-ux500/board-mop500.c
parent254a40783d353528fce527d1f512189255b4b40c (diff)
ARM: ux500: Purge DB8500 PRCMU registration when not booting with DT
It's time to remove all ATAG support from ux500 and rely solely on Device Tree booting. This patch is part of that endeavour. Signed-off-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/mach-ux500/board-mop500.c')
-rw-r--r--arch/arm/mach-ux500/board-mop500.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/mach-ux500/board-mop500.c b/arch/arm/mach-ux500/board-mop500.c
index 8f6c1ea7b216..b37bcbc1c7b7 100644
--- a/arch/arm/mach-ux500/board-mop500.c
+++ b/arch/arm/mach-ux500/board-mop500.c
@@ -79,8 +79,6 @@ struct pl022_ssp_controller ssp0_plat = {
static void __init mop500_init_machine(void)
{
- platform_device_register(&db8500_prcmu_device);
-
/* This board has full regulator constraints */
regulator_has_full_constraints();
}
@@ -88,16 +86,12 @@ static void __init mop500_init_machine(void)
static void __init snowball_init_machine(void)
{
- platform_device_register(&db8500_prcmu_device);
-
/* This board has full regulator constraints */
regulator_has_full_constraints();
}
static void __init hrefv60_init_machine(void)
{
- platform_device_register(&db8500_prcmu_device);
-
/* This board has full regulator constraints */
regulator_has_full_constraints();
}