mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-21 09:42:09 +00:00
ramips: mt7621-dts: fix phy-mode of external phy on GB-PC2
The phy-mode property must be defined on the MAC instead of the PHY. Define phy-mode under gmac1 which the external phy is connected to. Tested-by: Petr Louda <petr.louda@outlook.cz> Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com>
This commit is contained in:
parent
3cd882744d
commit
5155200f97
@ -118,6 +118,7 @@
|
|||||||
&gmac1 {
|
&gmac1 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
label = "ethyellow";
|
label = "ethyellow";
|
||||||
|
phy-mode = "rgmii-rxid";
|
||||||
phy-handle = <ðphy5>;
|
phy-handle = <ðphy5>;
|
||||||
|
|
||||||
nvmem-cells = <&macaddr_factory_e000>;
|
nvmem-cells = <&macaddr_factory_e000>;
|
||||||
@ -127,7 +128,6 @@
|
|||||||
&mdio {
|
&mdio {
|
||||||
ethphy5: ethernet-phy@5 {
|
ethphy5: ethernet-phy@5 {
|
||||||
reg = <5>;
|
reg = <5>;
|
||||||
phy-mode = "rgmii-rxid";
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user