Now that the switch is working correctly I had the chance to actually
test the LED config.

Signed-off-by: Felix Kaechele <hef...@fedoraproject.org>
---
 target/linux/ar71xx/files/arch/mips/ath79/mach-mynet-n750.c | 8 ++++----
 1 file 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 f1635a4..0db371a 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
@@ -106,10 +106,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,
 };
 
-- 
1.8.4.2
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to