Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 114635
b: refs/heads/master
c: 6266682
h: refs/heads/master
i:
  114633: 2e46671
  114631: 5f4e1bf
v: v3
  • Loading branch information
Anton Vorontsov authored and Kumar Gala committed Oct 13, 2008
1 parent 98575ed commit ac1ecc6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 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: 5c091193e4a12e88930a0bb3ed3632c51e926a76
refs/heads/master: 62666828bae7057835d982367e98716a1bd0fd40
8 changes: 7 additions & 1 deletion trunk/arch/powerpc/platforms/83xx/mpc837x_mds.c
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,14 @@ static void __init mpc837x_mds_setup_arch(void)
ppc_md.progress("mpc837x_mds_setup_arch()", 0);

#ifdef CONFIG_PCI
for_each_compatible_node(np, "pci", "fsl,mpc8349-pci")
for_each_compatible_node(np, "pci", "fsl,mpc8349-pci") {
if (!of_device_is_available(np)) {
pr_warning("%s: disabled by the firmware.\n",
np->full_name);
continue;
}
mpc83xx_add_bridge(np);
}
#endif
mpc837xmds_usb_cfg();
}
Expand Down

0 comments on commit ac1ecc6

Please sign in to comment.