[kernel] brcm63xx: fix cardbus support with BCM6358 (closes: #5918)
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 5 Oct 2009 20:40:05 +0000 (20:40 +0000)
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 5 Oct 2009 20:40:05 +0000 (20:40 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17935 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/brcm63xx/files/arch/mips/bcm63xx/dev-pcmcia.c

index 40ec4bc..6bb911c 100644 (file)
@@ -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:
This page took 0.030439 seconds and 4 git commands to generate.