ar71xx: rb2011: fix eth5 LED
authorGabor Juhos <juhosg@openwrt.org>
Mon, 20 Jan 2014 10:22:49 +0000 (10:22 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Mon, 20 Jan 2014 10:22:49 +0000 (10:22 +0000)
The eth5 LED on the RB2011 is not working because the
LED control rule is missing. Fix it.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39335

target/linux/ar71xx/files/arch/mips/ath79/mach-rb2011.c

index 916368465b973ffa99f23d2608be74f69b46bed6..6db0ee1f2bf7002bc3370433c874dbac4913a947 100644 (file)
@@ -117,7 +117,7 @@ static struct ar8327_pad_cfg rb2011_ar8327_pad6_cfg;
 static struct ar8327_sgmii_cfg rb2011_ar8327_sgmii_cfg;
 
 static struct ar8327_led_cfg rb2011_ar8327_led_cfg = {
-       .led_ctrl0 = 0x0000c731,
+       .led_ctrl0 = 0xc731c731,
        .led_ctrl1 = 0x00000000,
        .led_ctrl2 = 0x00000000,
        .led_ctrl3 = 0x0030c300,