mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 05:38:00 +00:00
qualcommax: ipq60xx: set correct PHY mode for port 0-4
[port 8ed390a
(qualcommax: set correct PHY mode for port 0-4) to ipq60xx]
Port 0-4 have the mode set to SGMII instead of PSGMII. Now that we use
he 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 ipq6018-ess.dtsi.
Signed-off-by: Mantas Pucka <mantas@8devices.com>
This commit is contained in:
parent
568f38a56b
commit
548c5935bf
@ -457,7 +457,7 @@
|
|||||||
reg = <0x0 0x3a001000 0x0 0x200>;
|
reg = <0x0 0x3a001000 0x0 0x200>;
|
||||||
qcom,mactype = <0>;
|
qcom,mactype = <0>;
|
||||||
local-mac-address = [000000000000];
|
local-mac-address = [000000000000];
|
||||||
phy-mode = "sgmii";
|
phy-mode = "psgmii";
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -468,7 +468,7 @@
|
|||||||
reg = <0x0 0x3a001200 0x0 0x200>;
|
reg = <0x0 0x3a001200 0x0 0x200>;
|
||||||
qcom,mactype = <0>;
|
qcom,mactype = <0>;
|
||||||
local-mac-address = [000000000000];
|
local-mac-address = [000000000000];
|
||||||
phy-mode = "sgmii";
|
phy-mode = "psgmii";
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -479,7 +479,7 @@
|
|||||||
reg = <0x0 0x3a001400 0x0 0x200>;
|
reg = <0x0 0x3a001400 0x0 0x200>;
|
||||||
qcom,mactype = <0>;
|
qcom,mactype = <0>;
|
||||||
local-mac-address = [000000000000];
|
local-mac-address = [000000000000];
|
||||||
phy-mode = "sgmii";
|
phy-mode = "psgmii";
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -490,7 +490,7 @@
|
|||||||
reg = <0x0 0x3a001600 0x0 0x200>;
|
reg = <0x0 0x3a001600 0x0 0x200>;
|
||||||
qcom,mactype = <0>;
|
qcom,mactype = <0>;
|
||||||
local-mac-address = [000000000000];
|
local-mac-address = [000000000000];
|
||||||
phy-mode = "sgmii";
|
phy-mode = "psgmii";
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user