diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-12-17 22:14:12 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-12-17 22:14:12 +0000 |
commit | 85dcad3e0cd231dc9d3df9e9498b1935cd5fee56 (patch) | |
tree | 2a706b3119f903f132f025161e727713a2abf9eb /target/linux/ar71xx/files/arch | |
parent | cc0f9379096ecd0f963b7ea02c8131f5040d0124 (diff) | |
download | upstream-85dcad3e0cd231dc9d3df9e9498b1935cd5fee56.tar.gz upstream-85dcad3e0cd231dc9d3df9e9498b1935cd5fee56.tar.bz2 upstream-85dcad3e0cd231dc9d3df9e9498b1935cd5fee56.zip |
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39129 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/files/arch')
-rw-r--r-- | target/linux/ar71xx/files/arch/mips/ath79/mach-mynet-n750.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-mynet-n750.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-mynet-n750.c index 29201feb0b..a44a7e0197 100644 --- a/target/linux/ar71xx/files/arch/mips/ath79/mach-mynet-n750.c +++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-mynet-n750.c @@ -107,10 +107,10 @@ static struct ar8327_pad_cfg mynet_n750_ar8327_pad0_cfg = { }; static struct ar8327_led_cfg mynet_n750_ar8327_led_cfg = { - .led_ctrl0 = 0xc737c737, - .led_ctrl1 = 0x00000000, - .led_ctrl2 = 0x00000000, - .led_ctrl3 = 0x0030c300, + .led_ctrl0 = 0xcc35cc35, + .led_ctrl1 = 0xca35ca35, + .led_ctrl2 = 0xc935c935, + .led_ctrl3 = 0x03ffff00, .open_drain = false, }; |