ramips: fix WiFi LED for ZBT WE3526
authorShiji Yang <yangshiji66@qq.com>
Thu, 25 Jul 2024 00:56:45 +0000 (08:56 +0800)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 28 Jul 2024 23:09:24 +0000 (01:09 +0200)
All WiFi LEDs should be triggered by low level voltage.

Fixes: https://github.com/openwrt/openwrt/issues/7485
Signed-off-by: Shiji Yang <yangshiji66@qq.com>
Link: https://github.com/openwrt/openwrt/pull/16009
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
target/linux/ramips/dts/mt7621_zbtlink_zbt-we3526.dts

index ce8906efc2c02a29057826b80b995cbe0afc4b0d..3e9282e555062aab362aaaa9cc29c4e816069701 100644 (file)
 
                led {
                        led-sources = <2>;
+                       led-active-low;
                };
        };
 };
                reg = <0x0000 0 0 0 0>;
                nvmem-cells = <&eeprom_factory_0>;
                nvmem-cell-names = "eeprom";
+
+               led {
+                       led-sources = <0>;
+                       led-active-low;
+               };
        };
 };