]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
arm: dts: mt7623: add phy-mode property for gmac2
authorSean Wang <sean.wang@mediatek.com>
Sun, 8 Mar 2020 06:34:37 +0000 (14:34 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 22 Jul 2020 07:33:04 +0000 (09:33 +0200)
commit ff5b89c2858f28006f9f9c0a88c55a679488192c upstream.

Add phy-mode property required by phylink on gmac2

Fixes: b8fc9f30821e ("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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm/boot/dts/mt7623n-rfb-emmc.dts

index b7606130ade9ef0ec64165bf62d9352b8e3a104e..0447748f9fa04964e326c10480066d4824c09c10 100644 (file)
        mac@1 {
                compatible = "mediatek,eth-mac";
                reg = <1>;
+               phy-mode = "rgmii";
                phy-handle = <&phy5>;
        };