diff options
author | MarkLee <Mark-MC.Lee@mediatek.com> | 2019-10-14 10:15:18 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-10-16 04:03:35 +0300 |
commit | 2618500dd370da413cb1f616111e1bd8d9f5f94f (patch) | |
tree | 486ece79e7954e36e0a1c5b875e3797bd490f918 /arch/arm/boot/dts/mt7629.dtsi | |
parent | 4e3eff5beafa5c97cdf2af2181f46479941a7f45 (diff) | |
download | linux-2618500dd370da413cb1f616111e1bd8d9f5f94f.tar.xz |
arm: dts: mediatek: Update mt7629 dts to reflect the latest dt-binding
* Removes mediatek,physpeed property from dtsi that is useless in PHYLINK
* Use the fixed-link property speed = <2500> to set the phy in 2.5Gbit.
* Set gmac1 to gmii mode that connect to a internal gphy
Signed-off-by: MarkLee <Mark-MC.Lee@mediatek.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/arm/boot/dts/mt7629.dtsi')
-rw-r--r-- | arch/arm/boot/dts/mt7629.dtsi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/mt7629.dtsi b/arch/arm/boot/dts/mt7629.dtsi index 9608bc2ccb3f..867b88103b9d 100644 --- a/arch/arm/boot/dts/mt7629.dtsi +++ b/arch/arm/boot/dts/mt7629.dtsi @@ -468,14 +468,12 @@ compatible = "mediatek,mt7629-sgmiisys", "syscon"; reg = <0x1b128000 0x3000>; #clock-cells = <1>; - mediatek,physpeed = "2500"; }; sgmiisys1: syscon@1b130000 { compatible = "mediatek,mt7629-sgmiisys", "syscon"; reg = <0x1b130000 0x3000>; #clock-cells = <1>; - mediatek,physpeed = "2500"; }; }; }; |