aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-ux500/board-mop500.c
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2012-05-28 22:03:09 -0400
committerArnd Bergmann <arnd@arndb.de>2012-05-31 20:03:58 -0400
commitf65c1982faca257053564e7ba6864ee9506f6a83 (patch)
treed41468ea85d27ecb429a759f764e3da44240b050 /arch/arm/mach-ux500/board-mop500.c
parent11a0b5f09c941ede301ed3eee59fd69c2b4850c2 (diff)
ARM: ux500: New DT:ed u8500_init_devices for one-by-one device enablement
During Device Tree enablement it is necessary to remove <hw_component>_add_<device> calls one at at time, as and when particular devices are DT enabled. This patch provides a temporary solution. Once the new *of_init_devices function has been fully unpopulated it will be removed again. Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-ux500/board-mop500.c')
-rw-r--r--arch/arm/mach-ux500/board-mop500.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-ux500/board-mop500.c b/arch/arm/mach-ux500/board-mop500.c
index d1bd2bac22f0..1718462622c5 100644
--- a/arch/arm/mach-ux500/board-mop500.c
+++ b/arch/arm/mach-ux500/board-mop500.c
@@ -859,7 +859,7 @@ static void __init u8500_init_machine(void)
859 else if (of_machine_is_compatible("st-ericsson,hrefv60+")) 859 else if (of_machine_is_compatible("st-ericsson,hrefv60+"))
860 hrefv60_pinmaps_init(); 860 hrefv60_pinmaps_init();
861 861
862 parent = u8500_init_devices(); 862 parent = u8500_of_init_devices();
863 863
864 for (i = 0; i < ARRAY_SIZE(mop500_platform_devs); i++) 864 for (i = 0; i < ARRAY_SIZE(mop500_platform_devs); i++)
865 mop500_platform_devs[i]->dev.parent = parent; 865 mop500_platform_devs[i]->dev.parent = parent;