Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303205
b: refs/heads/master
c: 2cfaa62
h: refs/heads/master
i:
  303203: edbc95d
v: v3
  • Loading branch information
Lee Jones authored and Linus Walleij committed Apr 23, 2012
1 parent 7c471e3 commit 18b10a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: 785834a18140ef832a2455bee3fad9b76011f562
refs/heads/master: 2cfaa62de5f1fa5ded043ffeb00548082ed30712
5 changes: 3 additions & 2 deletions trunk/arch/arm/mach-ux500/board-mop500.c
Original file line number Diff line number Diff line change
Expand Up @@ -753,9 +753,10 @@ struct of_dev_auxdata u8500_auxdata_lookup[] __initdata = {
{},
};

static const struct of_device_id u8500_soc_node[] = {
static const struct of_device_id u8500_local_bus_nodes[] = {
/* only create devices below soc node */
{ .compatible = "stericsson,db8500", },
{ .compatible = "simple-bus"},
{ },
};

Expand All @@ -774,7 +775,7 @@ static void __init u8500_init_machine(void)
snowball_platform_devs[i]->dev.parent = parent;

/* automatically probe child nodes of db8500 device */
of_platform_populate(NULL, u8500_soc_node, u8500_auxdata_lookup, parent);
of_platform_populate(NULL, u8500_local_bus_nodes, u8500_auxdata_lookup, parent);

if (of_machine_is_compatible("st-ericsson,mop500")) {
mop500_gpio_keys[0].gpio = GPIO_PROX_SENSOR;
Expand Down

0 comments on commit 18b10a8

Please sign in to comment.