Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 313352
b: refs/heads/master
c: fc67a59
h: refs/heads/master
v: v3
  • Loading branch information
Lee Jones committed Jul 13, 2012
1 parent 41be503 commit 7b0f1f7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 61be4981f4c216fb78a133827b04540cdff7afd6
refs/heads/master: fc67a597a25684084c539a369c09684bf3c0d88e
13 changes: 0 additions & 13 deletions trunk/arch/arm/mach-ux500/board-mop500.c
Original file line number Diff line number Diff line change
Expand Up @@ -796,8 +796,6 @@ static void __init u8500_init_machine(void)

for (i = 0; i < ARRAY_SIZE(mop500_platform_devs); i++)
mop500_platform_devs[i]->dev.parent = parent;
for (i = 0; i < ARRAY_SIZE(snowball_platform_devs); i++)
snowball_platform_devs[i]->dev.parent = parent;

/* automatically probe child nodes of db8500 device */
of_platform_populate(NULL, u8500_local_bus_nodes, u8500_auxdata_lookup, parent);
Expand All @@ -816,17 +814,6 @@ static void __init u8500_init_machine(void)

mop500_uib_init();

} else if (of_machine_is_compatible("calaosystems,snowball-a9500")) {
/*
* Devices to be DT:ed:
* snowball_led_dev = done
* snowball_key_dev = todo
* snowball_sbnet_dev = done
* ab8500_device = done
*/
platform_add_devices(snowball_of_platform_devs,
ARRAY_SIZE(snowball_of_platform_devs));

} else if (of_machine_is_compatible("st-ericsson,hrefv60+")) {
/*
* The HREFv60 board removed a GPIO expander and routed
Expand Down

0 comments on commit 7b0f1f7

Please sign in to comment.