mirror of https://gitee.com/openkylin/linux.git
arm: dts: mt7623: add phy-mode property for gmac2
Add phy-mode property required by phylink on gmac2
Fixes: b8fc9f3082
("net: ethernet: mediatek: Add basic PHYLINK support")
Signed-off-by: Sean Wang <sean.wang@mediatek.com>
Link: https://lore.kernel.org/r/70e3eff31ecd500ed4862d9de28325a4dbd15105.1583648927.git.sean.wang@mediatek.com
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
This commit is contained in:
parent
8f3d9f3542
commit
ff5b89c285
|
@ -138,6 +138,7 @@ fixed-link {
|
|||
mac@1 {
|
||||
compatible = "mediatek,eth-mac";
|
||||
reg = <1>;
|
||||
phy-mode = "rgmii";
|
||||
phy-handle = <&phy5>;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue