diff options
| author | Andrew LaMarche | 2025-03-28 01:06:03 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-04-07 21:57:15 +0000 |
| commit | f44984f19c447db30b76ca7f49572aac97270145 (patch) | |
| tree | c5e7ff57e5c79cb20ab48ddf0a084b032d68421e | |
| parent | af93874f4e5e4f6a8646964fecf385711d527e89 (diff) | |
| download | openwrt-f44984f19c447db30b76ca7f49572aac97270145.tar.gz | |
an7581: fix phy2 led1 function
PHY2 led1 is configured to control PHY1's LED. Change it to PHY2.
Signed-off-by: Andrew LaMarche <andrewjlamarche@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/18361
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | target/linux/airoha/dts/an7581.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/airoha/dts/an7581.dtsi b/target/linux/airoha/dts/an7581.dtsi index 762a6aa1a8..58aed4b255 100644 --- a/target/linux/airoha/dts/an7581.dtsi +++ b/target/linux/airoha/dts/an7581.dtsi @@ -816,7 +816,7 @@ gsw_phy2_led1: gsw-phy2-led1@1 { reg = <1>; - function = "phy1_led1"; + function = "phy2_led1"; status = "disabled"; }; }; |