qualcommax: set phy-mode to sgmii for QCA8081

The dp5 node uses psgmii by default, corrected
the phy-mode to sgmii for the qca8081 phy.

Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn>
This commit is contained in:
Chukun Pan 2024-02-15 23:18:30 +08:00 committed by Robert Marko
parent a75102bbbc
commit 3075d56c4c
4 changed files with 4 additions and 0 deletions

View File

@ -220,6 +220,7 @@
&dp5 {
status = "okay";
phy-mode = "sgmii";
phy-handle = <&qca8081>;
nvmem-cells = <&macaddr_eth2>;
nvmem-cell-names = "mac-address";

View File

@ -372,6 +372,7 @@
&dp5 {
status = "okay";
phy-mode = "sgmii";
phy-handle = <&qca8081_24>;
label = "lan";
};

View File

@ -519,6 +519,7 @@
&dp5 {
status = "okay";
phy-mode = "sgmii";
phy-handle = <&qca8081>;
label = "wan";
nvmem-cells = <&macaddr_dp5>;

View File

@ -394,6 +394,7 @@
&dp5 {
status = "okay";
phy-mode = "sgmii";
phy-handle = <&qca8081>;
label = "wan";
nvmem-cells = <&macaddr_lan 1>;