mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
[brcm63xx] off-by-one gpio numbers for bcm6338
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16597 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -11,7 +11,7 @@ static inline unsigned long bcm63xx_gpio_count(void)
|
|||||||
case BCM6358_CPU_ID:
|
case BCM6358_CPU_ID:
|
||||||
return 40;
|
return 40;
|
||||||
case BCM6338_CPU_ID:
|
case BCM6338_CPU_ID:
|
||||||
return 7;
|
return 8;
|
||||||
case BCM6345_CPU_ID:
|
case BCM6345_CPU_ID:
|
||||||
return 16;
|
return 16;
|
||||||
case BCM6348_CPU_ID:
|
case BCM6348_CPU_ID:
|
||||||
|
|||||||
Reference in New Issue
Block a user