From 7b2b095cc9ea5d7a21e0e3c1b172b008b54caf4c Mon Sep 17 00:00:00 2001 From: Markus Stockhausen Date: Tue, 20 May 2025 04:04:44 -0400 Subject: [PATCH] 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 Link: https://github.com/openwrt/openwrt/pull/18851 Signed-off-by: Robert Marko --- target/linux/realtek/dts/rtl8380_panasonic_m8eg-pn28080k.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/realtek/dts/rtl8380_panasonic_m8eg-pn28080k.dts b/target/linux/realtek/dts/rtl8380_panasonic_m8eg-pn28080k.dts index bd59ff36f45..ec133fe0f62 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) }; };