off-by-one gpio numbers for bcm6338
SVN-Revision: 16597
This commit is contained in:
parent
94b56b6c6c
commit
4096da301d
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ static inline unsigned long bcm63xx_gpio_count(void)
|
|||
case BCM6358_CPU_ID:
|
||||
return 40;
|
||||
case BCM6338_CPU_ID:
|
||||
return 7;
|
||||
return 8;
|
||||
case BCM6345_CPU_ID:
|
||||
return 16;
|
||||
case BCM6348_CPU_ID:
|
||||
|
|
Loading…
Reference in a new issue