diff options
author | Yan Cangang <nalanzeyu@gmail.com> | 2024-08-05 12:35:56 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2024-09-06 22:17:45 +0200 |
commit | 3de653a0af35c2d6fbc0fd14909f362c6b977e4a (patch) | |
tree | 814c1191d13a37875445544f3aa5fc1462961942 /target | |
parent | a1c7f794da570c85f91251b35de468c5257e1b2e (diff) | |
download | openwrt-3de653a0af35c2d6fbc0fd14909f362c6b977e4a.tar.gz openwrt-3de653a0af35c2d6fbc0fd14909f362c6b977e4a.tar.bz2 openwrt-3de653a0af35c2d6fbc0fd14909f362c6b977e4a.zip |
filogic: add missing 2.5G PHY LEDs configuration for Zyxel EX5700
configure 2.5G PHY LEDs to:
2500/1000: green with blink on TX/RX
100/10: green+yellow with blink on TX/RX
which is similar to other 1G PHY LEDs, which are:
1000: green with blink on TX/RX
100/10: green+yellow with blink on TX/RX
Fixes: 6cc14bf66aa ("filogic: support Telenor branded ZyXEL EX5700")
Signed-off-by: Yan Cangang <nalanzeyu@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/16082
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/mediatek/dts/mt7986a-zyxel-ex5700-telenor.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/mediatek/dts/mt7986a-zyxel-ex5700-telenor.dts b/target/linux/mediatek/dts/mt7986a-zyxel-ex5700-telenor.dts index 9e7449b17f..51147c1d81 100644 --- a/target/linux/mediatek/dts/mt7986a-zyxel-ex5700-telenor.dts +++ b/target/linux/mediatek/dts/mt7986a-zyxel-ex5700-telenor.dts @@ -158,11 +158,13 @@ phy5: phy@5 { compatible = "ethernet-phy-ieee802.3-c45"; reg = <5>; + mxl,led-config = <0x3f0 0x330 0x0 0x0>; }; phy6: phy@6 { compatible = "ethernet-phy-ieee802.3-c45"; reg = <6>; + mxl,led-config = <0x3f0 0x330 0x0 0x0>; }; switch: switch@1f { |