X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/9a987b468a76c0fac118e172f85632c9b20ec3ef..5e670215a9f99612d222307fcaa855f275661373:/target/linux/brcm63xx/patches-3.3/300-alice_gate2_leds.patch?ds=sidebyside diff --git a/target/linux/brcm63xx/patches-3.3/300-alice_gate2_leds.patch b/target/linux/brcm63xx/patches-3.3/300-alice_gate2_leds.patch index c5043c9cc..2efb8e4ce 100644 --- a/target/linux/brcm63xx/patches-3.3/300-alice_gate2_leds.patch +++ b/target/linux/brcm63xx/patches-3.3/300-alice_gate2_leds.patch @@ -1,6 +1,6 @@ --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c -@@ -604,6 +604,99 @@ static struct board_info __initdata boar +@@ -601,6 +601,99 @@ static struct board_info __initdata boar .has_ohci0 = 1, .has_ehci0 = 1, @@ -29,12 +29,12 @@ + .active_low = 1, + }, + { -+ .name = "adsl:red", ++ .name = "adsl:green", + .gpio = 9, + .active_low = 1, + }, + { -+ .name = "adsl:green", ++ .name = "adsl:red", + .gpio = 10, + .active_low = 1, + }, @@ -49,12 +49,12 @@ + .active_low = 1, + }, + { -+ .name = "internet:red", ++ .name = "internet:green", + .gpio = 25, + .active_low = 1, + }, + { -+ .name = "internet:green", ++ .name = "internet:red", + .gpio = 24, + .active_low = 1, + }, @@ -102,7 +102,7 @@ static struct board_info __initdata board_DWVS0 = { --- a/arch/mips/include/asm/mach-bcm63xx/board_bcm963xx.h +++ b/arch/mips/include/asm/mach-bcm63xx/board_bcm963xx.h -@@ -58,7 +58,7 @@ struct board_info { +@@ -57,7 +57,7 @@ struct board_info { struct bcm63xx_dsp_platform_data dsp; /* GPIO LEDs */ @@ -110,4 +110,4 @@ + struct gpio_led leds[14]; /* Buttons */ - struct gpio_button buttons[2]; + struct gpio_button buttons[4];