[openwrt/openwrt] realtek: rtl930x: Fix Plasma Cloud PSX8/PSX10 copper phy-mode

LEDE Commits lede-commits at lists.infradead.org
Tue Sep 30 11:12:33 PDT 2025


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/263721dd0ae14587703f328500c39b887774e6b3

commit 263721dd0ae14587703f328500c39b887774e6b3
Author: Sven Eckelmann <se at simonwunderlich.de>
AuthorDate: Mon Sep 29 17:48:00 2025 +0200

    realtek: rtl930x: Fix Plasma Cloud PSX8/PSX10 copper phy-mode
    
    The RTL8224 used by Plasma Cloud PSX8/PSX10 is not using USXGMII but
    USXGMII 10G-QXGMII mode. The correct phy-mode string for this is
    "10g-qxgmii".
    
    Signed-off-by: Sven Eckelmann <se at simonwunderlich.de>
    Link: https://github.com/openwrt/openwrt/pull/20239
    Signed-off-by: Robert Marko <robimarko at gmail.com>
---
 target/linux/realtek/dts/rtl9302_plasmacloud_common.dtsi | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/target/linux/realtek/dts/rtl9302_plasmacloud_common.dtsi b/target/linux/realtek/dts/rtl9302_plasmacloud_common.dtsi
index 527b8e1b67..fef0e41fdf 100644
--- a/target/linux/realtek/dts/rtl9302_plasmacloud_common.dtsi
+++ b/target/linux/realtek/dts/rtl9302_plasmacloud_common.dtsi
@@ -189,14 +189,14 @@
 		#address-cells = <1>;
 		#size-cells = <0>;
 
-		SWITCH_PORT_SDS(0, 1, 2, usxgmii)
-		SWITCH_PORT_SDS(1, 2, 2, usxgmii)
-		SWITCH_PORT_SDS(2, 3, 2, usxgmii)
-		SWITCH_PORT_SDS(3, 4, 2, usxgmii)
-		SWITCH_PORT_SDS(8, 5, 3, usxgmii)
-		SWITCH_PORT_SDS(9, 6, 3, usxgmii)
-		SWITCH_PORT_SDS(10, 7, 3, usxgmii)
-		SWITCH_PORT_SDS(11, 8, 3, usxgmii)
+		SWITCH_PORT_SDS(0, 1, 2, 10g-qxgmii)
+		SWITCH_PORT_SDS(1, 2, 2, 10g-qxgmii)
+		SWITCH_PORT_SDS(2, 3, 2, 10g-qxgmii)
+		SWITCH_PORT_SDS(3, 4, 2, 10g-qxgmii)
+		SWITCH_PORT_SDS(8, 5, 3, 10g-qxgmii)
+		SWITCH_PORT_SDS(9, 6, 3, 10g-qxgmii)
+		SWITCH_PORT_SDS(10, 7, 3, 10g-qxgmii)
+		SWITCH_PORT_SDS(11, 8, 3, 10g-qxgmii)
 
 		/* CPU-port */
 		port at 28 {




More information about the lede-commits mailing list