aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/arch/mips/ath79/mach-rb2011.c
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2014-01-20 10:23:01 +0000
committerGabor Juhos <juhosg@openwrt.org>2014-01-20 10:23:01 +0000
commit6bf1049b2193902f9f5fbd1d6047f0411ef4990f (patch)
tree8b25625bdc4e9418bfbcd1b7acb06c6918a00ac1 /target/linux/ar71xx/files/arch/mips/ath79/mach-rb2011.c
parentc9fe1e2be512fa1790e1a67d743852dd42a24a55 (diff)
downloadmaster-187ad058-6bf1049b2193902f9f5fbd1d6047f0411ef4990f.tar.gz
master-187ad058-6bf1049b2193902f9f5fbd1d6047f0411ef4990f.tar.bz2
master-187ad058-6bf1049b2193902f9f5fbd1d6047f0411ef4990f.zip
ar71xx: rb2011: define LEDs connected to the AR8327 switch
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39341 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/files/arch/mips/ath79/mach-rb2011.c')
-rw-r--r--target/linux/ar71xx/files/arch/mips/ath79/mach-rb2011.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-rb2011.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-rb2011.c
index 6db0ee1f2b..b73fae63a5 100644
--- a/target/linux/ar71xx/files/arch/mips/ath79/mach-rb2011.c
+++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-rb2011.c
@@ -124,6 +124,20 @@ static struct ar8327_led_cfg rb2011_ar8327_led_cfg = {
.open_drain = false,
};
+static const struct ar8327_led_info rb2011_ar8327_leds[] __initconst = {
+ AR8327_LED_INFO(PHY0_0, HW, "rb:green:eth1"),
+ AR8327_LED_INFO(PHY1_0, HW, "rb:green:eth2"),
+ AR8327_LED_INFO(PHY2_0, HW, "rb:green:eth3"),
+ AR8327_LED_INFO(PHY3_0, HW, "rb:green:eth4"),
+ AR8327_LED_INFO(PHY4_0, HW, "rb:green:eth5"),
+ AR8327_LED_INFO(PHY0_1, SW, "rb:green:eth6"),
+ AR8327_LED_INFO(PHY1_1, SW, "rb:green:eth7"),
+ AR8327_LED_INFO(PHY2_1, SW, "rb:green:eth8"),
+ AR8327_LED_INFO(PHY3_1, SW, "rb:green:eth9"),
+ AR8327_LED_INFO(PHY4_1, SW, "rb:green:eth10"),
+ AR8327_LED_INFO(PHY4_2, SW, "rb:green:usr"),
+};
+
static struct ar8327_platform_data rb2011_ar8327_data = {
.pad0_cfg = &rb2011_ar8327_pad0_cfg,
.port0_cfg = {
@@ -134,6 +148,8 @@ static struct ar8327_platform_data rb2011_ar8327_data = {
.rxpause = 1,
},
.led_cfg = &rb2011_ar8327_led_cfg,
+ .num_leds = ARRAY_SIZE(rb2011_ar8327_leds),
+ .leds = rb2011_ar8327_leds,
};
static struct mdio_board_info rb2011_mdio0_info[] = {