Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 189780
b: refs/heads/master
c: d1b2875
h: refs/heads/master
v: v3
  • Loading branch information
Florian Fainelli authored and Ralf Baechle committed Apr 12, 2010
1 parent 035a1b9 commit ea4140f
Show file tree
Hide file tree
Showing 2 changed files with 5 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: b44c779ae0dedf3a6503c253954e570361b33f2b
refs/heads/master: d1b28758c6b46f6d04ef6017b51f614aecdb4abe
4 changes: 4 additions & 0 deletions trunk/arch/mips/include/asm/mach-bcm63xx/bcm63xx_gpio.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ static inline unsigned long bcm63xx_gpio_count(void)
switch (bcm63xx_get_cpu_id()) {
case BCM6358_CPU_ID:
return 40;
case BCM6338_CPU_ID:
return 8;
case BCM6345_CPU_ID:
return 16;
case BCM6348_CPU_ID:
default:
return 37;
Expand Down

0 comments on commit ea4140f

Please sign in to comment.