[openwrt/openwrt] qualcommax: ipq807x: wax630: correct UNIPHY2 MAC mode

LEDE Commits lede-commits at lists.infradead.org
Sat Feb 17 13:14:21 PST 2024


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/3eb8782b495e548ad0b116fdd5b2e80607dcb4f8

commit 3eb8782b495e548ad0b116fdd5b2e80607dcb4f8
Author: Robert Marko <robimarko at gmail.com>
AuthorDate: Sat Feb 17 17:44:20 2024 +0100

    qualcommax: ipq807x: wax630: correct UNIPHY2 MAC mode
    
    UNIPHY2 on the WAX630 is connected to a QCA8081 PHY which is only 2.5G and
    it does not support using USXGMII at all but rather only SGMII or SGMII+.
    
    Tested-by: Kristian Skramstad <kristian+github at 83.no>
    Signed-off-by: Robert Marko <robimarko at gmail.com>
---
 .../linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq8074-wax630.dts  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq8074-wax630.dts b/target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq8074-wax630.dts
index 91561e5c2a..35f0c3e220 100644
--- a/target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq8074-wax630.dts
+++ b/target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq8074-wax630.dts
@@ -153,7 +153,7 @@
 
 	switch_lan_bmp = <(ESS_PORT4 | ESS_PORT6)>;
 	switch_mac_mode = <MAC_MODE_PSGMII>;
-	switch_mac_mode2 = <MAC_MODE_USXGMII>;
+	switch_mac_mode2 = <MAC_MODE_SGMII_PLUS>;
 
 	qcom,port_phyinfo {
 		port at 4 {




More information about the lede-commits mailing list