Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 212888
b: refs/heads/master
c: da3ed89
h: refs/heads/master
v: v3
  • Loading branch information
Kumar Gala committed Oct 14, 2010
1 parent 6f66e70 commit 6275bd5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2ed38b23597284cc96a97e295cb145a6202dfcd4
refs/heads/master: da3ed89e7ce272ebcc918487e2a28736ca0dd6bb
3 changes: 3 additions & 0 deletions trunk/arch/powerpc/sysdev/mpc8xxx_gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,9 @@ static int __init mpc8xxx_add_gpiochips(void)
for_each_compatible_node(np, NULL, "fsl,mpc8610-gpio")
mpc8xxx_add_controller(np);

for_each_compatible_node(np, NULL, "fsl,qoriq-gpio")
mpc8xxx_add_controller(np);

return 0;
}
arch_initcall(mpc8xxx_add_gpiochips);

0 comments on commit 6275bd5

Please sign in to comment.