diff options
| author | Sven Eckelmann | 2025-09-29 15:48:00 +0000 |
|---|---|---|
| committer | Robert Marko | 2025-09-30 18:12:27 +0000 |
| commit | 263721dd0ae14587703f328500c39b887774e6b3 (patch) | |
| tree | 6735d3419082689d6a2600a6f6e8ef88c7e57aef | |
| parent | 4481e0c91df72aed9f9f0ec3ab85f5d06d070fe7 (diff) | |
| download | openwrt-263721dd0ae14587703f328500c39b887774e6b3.tar.gz | |
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@simonwunderlich.de>
Link: https://github.com/openwrt/openwrt/pull/20239
Signed-off-by: Robert Marko <robimarko@gmail.com>
| -rw-r--r-- | target/linux/realtek/dts/rtl9302_plasmacloud_common.dtsi | 16 |
1 files 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@28 { |