Skip to content
Snippets Groups Projects
Commit 727c59f7 authored by juhosg's avatar juhosg
Browse files

ar71xx: rb2011: fix eth5 LED


The eth5 LED on the RB2011 is not working because the
LED control rule is missing. Fix it.

Signed-off-by: default avatarGabor Juhos <juhosg@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39335 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent 5965ab40
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment