Changeset 13479


Ignore:
Timestamp:
12/17/09 13:38:51 (3 years ago)
Author:
eko
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/linux/brcm/linux-2.6.23/arch/mips/brcm-boards/bcm947xx/gpio.c

    r13457 r13479  
    264264                gpios = 1 << 1 | 1 << 2 | 1 << 3 | 1 << 4 | 1 << 7; 
    265265} 
     266 
     267if (nvram_match("boardnum", "45") && nvram_match("boardrev", "0x1201") 
     268            && nvram_match("boardtype", "0x04CD")) 
     269{ 
     270                printk(KERN_EMERG "RT-N12 GPIO Init\n"); 
     271                gpios = 1 << 0 | 1 << 2; 
     272} 
    266273/*if (iswrt300n11) 
    267274{ 
Note: See TracChangeset for help on using the changeset viewer.