diff options
| author | Markus Stockhausen | 2025-05-20 08:04:44 +0000 |
|---|---|---|
| committer | Robert Marko | 2025-06-22 14:37:33 +0000 |
| commit | 7b2b095cc9ea5d7a21e0e3c1b172b008b54caf4c (patch) | |
| tree | 646791b37adb29ee30cf19d3fc4e5b2d1633f7b3 | |
| parent | 0cf2db1fa19480d15535c0c5ae84ee5d7689b60e (diff) | |
| download | openwrt-7b2b095cc9ea5d7a21e0e3c1b172b008b54caf4c.tar.gz | |
realtek: make use of serdes helper for Panasonic M8EG PN28080K
Use the new INTERNAL_PHY_SDS() helper to describe the SFP ports. With
this change the driver now knows that ports 24/26 are driven by serdes
4/5.
For the RTL838x devices this is currently only an additional information
for the mdio bus. It is not evaluated further because everything is
hardcoded.
Signed-off-by: Markus Stockhausen <markus.stockhausen@gmx.de>
Link: https://github.com/openwrt/openwrt/pull/18851
Signed-off-by: Robert Marko <robimarko@gmail.com>
| -rw-r--r-- | target/linux/realtek/dts/rtl8380_panasonic_m8eg-pn28080k.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/realtek/dts/rtl8380_panasonic_m8eg-pn28080k.dts b/target/linux/realtek/dts/rtl8380_panasonic_m8eg-pn28080k.dts index bd59ff36f4..ec133fe0f6 100644 --- a/target/linux/realtek/dts/rtl8380_panasonic_m8eg-pn28080k.dts +++ b/target/linux/realtek/dts/rtl8380_panasonic_m8eg-pn28080k.dts @@ -90,7 +90,7 @@ INTERNAL_PHY(14) INTERNAL_PHY(15) - INTERNAL_PHY(24) + INTERNAL_PHY_SDS(24, 4) }; }; |