diff options
author | Lee Jones <lee.jones@linaro.org> | 2012-06-15 05:46:49 -0400 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2012-07-13 04:14:40 -0400 |
commit | fc67a597a25684084c539a369c09684bf3c0d88e (patch) | |
tree | 114e9bda6343aafe5187d50f0bd4378427d1748a /arch/arm/mach-ux500 | |
parent | 61be4981f4c216fb78a133827b04540cdff7afd6 (diff) |
ARM: ux500: Remove temporary snowball_of_platform_devs enablement structure
All Device Tree enablement for Snowball's Platform devices; LEDs, Keys,
Ethernet and all associated AB8500 Multi-Functional Devices are now
complete, so here we remove any trace of adding those devices when Device
Tree is enabled.
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'arch/arm/mach-ux500')
-rw-r--r-- | arch/arm/mach-ux500/board-mop500.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/arch/arm/mach-ux500/board-mop500.c b/arch/arm/mach-ux500/board-mop500.c index 9ba952865300..84461fa2a3ba 100644 --- a/arch/arm/mach-ux500/board-mop500.c +++ b/arch/arm/mach-ux500/board-mop500.c | |||
@@ -796,8 +796,6 @@ static void __init u8500_init_machine(void) | |||
796 | 796 | ||
797 | for (i = 0; i < ARRAY_SIZE(mop500_platform_devs); i++) | 797 | for (i = 0; i < ARRAY_SIZE(mop500_platform_devs); i++) |
798 | mop500_platform_devs[i]->dev.parent = parent; | 798 | mop500_platform_devs[i]->dev.parent = parent; |
799 | for (i = 0; i < ARRAY_SIZE(snowball_platform_devs); i++) | ||
800 | snowball_platform_devs[i]->dev.parent = parent; | ||
801 | 799 | ||
802 | /* automatically probe child nodes of db8500 device */ | 800 | /* automatically probe child nodes of db8500 device */ |
803 | of_platform_populate(NULL, u8500_local_bus_nodes, u8500_auxdata_lookup, parent); | 801 | of_platform_populate(NULL, u8500_local_bus_nodes, u8500_auxdata_lookup, parent); |
@@ -816,17 +814,6 @@ static void __init u8500_init_machine(void) | |||
816 | 814 | ||
817 | mop500_uib_init(); | 815 | mop500_uib_init(); |
818 | 816 | ||
819 | } else if (of_machine_is_compatible("calaosystems,snowball-a9500")) { | ||
820 | /* | ||
821 | * Devices to be DT:ed: | ||
822 | * snowball_led_dev = done | ||
823 | * snowball_key_dev = todo | ||
824 | * snowball_sbnet_dev = done | ||
825 | * ab8500_device = done | ||
826 | */ | ||
827 | platform_add_devices(snowball_of_platform_devs, | ||
828 | ARRAY_SIZE(snowball_of_platform_devs)); | ||
829 | |||
830 | } else if (of_machine_is_compatible("st-ericsson,hrefv60+")) { | 817 | } else if (of_machine_is_compatible("st-ericsson,hrefv60+")) { |
831 | /* | 818 | /* |
832 | * The HREFv60 board removed a GPIO expander and routed | 819 | * The HREFv60 board removed a GPIO expander and routed |