ar71xx: fix WD My Net N750 switch led cfg
Now that the switch is working correctly I had the chance to actually test the LED config. Signed-off-by: Felix Kaechele <heffer@fedoraproject.org> Patchwork: http://patchwork.openwrt.org/patch/4616/ Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 39129
This commit is contained in:
parent
c72313fd98
commit
1ebf211340
@ -107,10 +107,10 @@ static struct ar8327_pad_cfg mynet_n750_ar8327_pad0_cfg = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
static struct ar8327_led_cfg mynet_n750_ar8327_led_cfg = {
|
static struct ar8327_led_cfg mynet_n750_ar8327_led_cfg = {
|
||||||
.led_ctrl0 = 0xc737c737,
|
.led_ctrl0 = 0xcc35cc35,
|
||||||
.led_ctrl1 = 0x00000000,
|
.led_ctrl1 = 0xca35ca35,
|
||||||
.led_ctrl2 = 0x00000000,
|
.led_ctrl2 = 0xc935c935,
|
||||||
.led_ctrl3 = 0x0030c300,
|
.led_ctrl3 = 0x03ffff00,
|
||||||
.open_drain = false,
|
.open_drain = false,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user