summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Marangi <ansuelsmth@gmail.com>2023-11-15 00:59:59 +0100
committerChristian Marangi <ansuelsmth@gmail.com>2024-02-11 21:12:29 +0100
commit8ed390ac768606c0072602701c0723debb54282f (patch)
tree48fd7e1d18b9275ef2d8f07ad192e3f9e88d716d
parentc8aded65c12abd527f88e71cd7e386cdbd07b8eb (diff)
downloadopenwrt-8ed390ac768606c0072602701c0723debb54282f.tar.gz
openwrt-8ed390ac768606c0072602701c0723debb54282f.tar.bz2
openwrt-8ed390ac768606c0072602701c0723debb54282f.zip
qualcommax: set correct PHY mode for port 0-4
Port 0-4 have the mode set to SGMII instead of PSGMII. Now that we use the upstream qca807x driver, this conflicts with the qca SSDK driver that expects the mode to be PSGMII as for not integrated driver, it does refer to the real PHY mode. Update the entry for port 0-4 to PSGMII to solve warning from qca SSDK in ipq8074-ess.dtsi. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
-rw-r--r--target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq8074-ess.dtsi8
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq8074-ess.dtsi b/target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq8074-ess.dtsi
index d3f4211ecf..a1e2d01e8f 100644
--- a/target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq8074-ess.dtsi
+++ b/target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq8074-ess.dtsi
@@ -476,7 +476,7 @@
reg = <0x3a001000 0x200>;
qcom,mactype = <0>;
local-mac-address = [000000000000];
- phy-mode = "sgmii";
+ phy-mode = "psgmii";
status = "disabled";
};
@@ -487,7 +487,7 @@
reg = <0x3a001200 0x200>;
qcom,mactype = <0>;
local-mac-address = [000000000000];
- phy-mode = "sgmii";
+ phy-mode = "psgmii";
status = "disabled";
};
@@ -498,7 +498,7 @@
reg = <0x3a001400 0x200>;
qcom,mactype = <0>;
local-mac-address = [000000000000];
- phy-mode = "sgmii";
+ phy-mode = "psgmii";
status = "disabled";
};
@@ -509,7 +509,7 @@
reg = <0x3a001600 0x200>;
qcom,mactype = <0>;
local-mac-address = [000000000000];
- phy-mode = "sgmii";
+ phy-mode = "psgmii";
status = "disabled";
};