X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=target%2Flinux%2Fbrcm63xx%2Fpatches-3.14%2F512-board_BTV2110.patch;h=8283174775ff9027e53c2f1148e24b531a76b97b;hp=5c53c24b33be2929468a2c4631f5858586c18811;hb=d91d7286cdc3a4390c2bbb7bee92b6549e80cb37;hpb=54dca9c46aadd98e49686419520ae1941109a609 diff --git a/target/linux/brcm63xx/patches-3.14/512-board_BTV2110.patch b/target/linux/brcm63xx/patches-3.14/512-board_BTV2110.patch index 5c53c24b33..8283174775 100644 --- a/target/linux/brcm63xx/patches-3.14/512-board_BTV2110.patch +++ b/target/linux/brcm63xx/patches-3.14/512-board_BTV2110.patch @@ -1,6 +1,6 @@ --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c -@@ -481,6 +481,64 @@ static struct board_info __initdata boar +@@ -407,6 +407,25 @@ static struct board_info __initdata boar }, }; @@ -20,52 +20,13 @@ + .force_speed_100 = 1, + .force_duplex_full = 1, + }, -+ -+ .leds = { -+ { -+ .name = "V2110:green:power", -+ .gpio = 0, -+ .active_low = 1, -+ .default_trigger = "default-on", -+ }, -+ { -+ .name = "V2110:red:power", -+ .gpio = 1, -+ .active_low = 1, -+ }, -+ { -+ .name = "V2110:green:adsl", -+ .gpio = 2, -+ .active_low = 1, -+ }, -+ { .name = "V2110:green:ppp", -+ .gpio = 3, -+ .active_low = 1, -+ }, -+ { -+ .name = "V2110:green:wireless", -+ .gpio = 6, -+ .active_low = 1, -+ }, -+ }, -+ -+ .buttons = { -+ { -+ .desc = "reset", -+ .gpio = 33, -+ .active_low = 1, -+ .type = EV_KEY, -+ .code = KEY_RESTART, -+ .debounce_interval = BCM963XX_KEYS_DEBOUNCE_INTERVAL, -+ }, -+ }, +}; + + static struct board_info __initdata board_96348gw = { .name = "96348GW", - .of_board_id = "brcm,bcm96348gw", -@@ -1741,6 +1799,7 @@ static const struct board_info __initcon + .expected_cpu_id = 0x6348, +@@ -1048,6 +1067,7 @@ static const struct board_info __initcon &board_spw500v, &board_96348sv, &board_V2500V_BB,