Date:2011-05-08 23:38:51 (12 years 10 months ago)
Author:juhosg
Commit:b500b67652348eb67d05c024a1091397aac395fc
Message:ar71xx: populate LED3 on the JA76PF board

Patch-by: Cezary Jackiewicz <cezary@eko.one.pl>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26862 3c298f89-4303-0410-b956-a3cf2f4a3e73
Files: target/linux/ar71xx/files/arch/mips/ar71xx/mach-ja76pf.c (2 diffs)

Change Details

target/linux/ar71xx/files/arch/mips/ar71xx/mach-ja76pf.c
2222#define JA76PF_GPIO_I2C_SDA 1
2323#define JA76PF_GPIO_LED_1 5
2424#define JA76PF_GPIO_LED_2 4
25#define JA76PF_GPIO_LED_3 3
2526#define JA76PF_GPIO_BTN_RESET 11
2627
2728static struct gpio_led ja76pf_leds_gpio[] __initdata = {
...... 
3334        .name = "ja76pf:green:led2",
3435        .gpio = JA76PF_GPIO_LED_2,
3536        .active_low = 1,
37    }, {
38        .name = "ja76pf:green:led3",
39        .gpio = JA76PF_GPIO_LED_3,
40        .active_low = 1,
3641    }
3742};
3843

Archive Download the corresponding diff file



interactive