diff options
| author | Nicolas Thill <nico@openwrt.org> | 2009-10-05 20:40:05 +0000 |
|---|---|---|
| committer | Nicolas Thill <nico@openwrt.org> | 2009-10-05 20:40:05 +0000 |
| commit | f22156bf9ea3a2d2c18d7972f97285c69ed40cd8 (patch) | |
| tree | c49253b4c0e96bae6b7bddd00d873523e5b47623 /target | |
| parent | 0906b3d13d125941e3b588313293d42bcbb3f081 (diff) | |
| download | upstream-f22156bf9ea3a2d2c18d7972f97285c69ed40cd8.tar.gz upstream-f22156bf9ea3a2d2c18d7972f97285c69ed40cd8.tar.bz2 upstream-f22156bf9ea3a2d2c18d7972f97285c69ed40cd8.zip | |
brcm63xx: fix cardbus support with BCM6358 (closes: #5918)
SVN-Revision: 17935
Diffstat (limited to 'target')
| -rw-r--r-- | target/linux/brcm63xx/files/arch/mips/bcm63xx/dev-pcmcia.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/files/arch/mips/bcm63xx/dev-pcmcia.c b/target/linux/brcm63xx/files/arch/mips/bcm63xx/dev-pcmcia.c index 40ec4bcd5d5..6bb911ca403 100644 --- a/target/linux/brcm63xx/files/arch/mips/bcm63xx/dev-pcmcia.c +++ b/target/linux/brcm63xx/files/arch/mips/bcm63xx/dev-pcmcia.c @@ -106,7 +106,7 @@ int __init bcm63xx_pcmcia_register(void) break; case BCM6358_CPU_ID: - pd.ready_gpio = 22; + pd.ready_gpio = 18; break; default: |
