summaryrefslogtreecommitdiff
path: root/target/linux/brcm63xx/patches-3.3/516-board_96348A-122.patch
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2012-06-06 15:44:52 +0000
committerFlorian Fainelli <florian@openwrt.org>2012-06-06 15:44:52 +0000
commitc69a2cdfbb4f8774e2f7d84084e892bb58b96330 (patch)
tree201a519d3d00023c6427f2b28c7e02bd9cfa2d81 /target/linux/brcm63xx/patches-3.3/516-board_96348A-122.patch
parentce1d4d7ee946f64c21964e62c67ca4aa73d671b1 (diff)
downloadmtk-20170518-c69a2cdfbb4f8774e2f7d84084e892bb58b96330.zip
mtk-20170518-c69a2cdfbb4f8774e2f7d84084e892bb58b96330.tar.gz
mtk-20170518-c69a2cdfbb4f8774e2f7d84084e892bb58b96330.tar.bz2
fix leds naming for all bcm63xx boards
SVN-Revision: 32086
Diffstat (limited to 'target/linux/brcm63xx/patches-3.3/516-board_96348A-122.patch')
-rw-r--r--target/linux/brcm63xx/patches-3.3/516-board_96348A-122.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/brcm63xx/patches-3.3/516-board_96348A-122.patch b/target/linux/brcm63xx/patches-3.3/516-board_96348A-122.patch
index 00da3a2..7e20e0d 100644
--- a/target/linux/brcm63xx/patches-3.3/516-board_96348A-122.patch
+++ b/target/linux/brcm63xx/patches-3.3/516-board_96348A-122.patch
@@ -21,18 +21,18 @@
+
+ .leds = {
+ {
-+ .name = "power",
++ .name = "96348A-122:green:power",
+ .gpio = 0,
+ .active_low = 1,
+ .default_trigger = "default-on",
+ },
+ {
-+ .name = "alarm",
++ .name = "96348A-122:green:alarm",
+ .gpio = 2,
+ .active_low = 1,
+ },
+ {
-+ .name = "wps",
++ .name = "96348A-122:green:wps",
+ .gpio = 6,
+ .active_low = 1,
+ },
@@ -68,7 +68,7 @@
static struct board_info __initdata board_96348gw = {
.name = "96348GW",
.expected_cpu_id = 0x6348,
-@@ -1947,6 +2008,7 @@ static const struct board_info __initdat
+@@ -1944,6 +2005,7 @@ static const struct board_info __initdat
&board_V2500V_BB,
&board_V2110,
&board_ct536_ct5621,