diff options
author | René van Dorst <opensource@vdorst.com> | 2019-08-25 19:43:41 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-08-27 20:19:27 -0700 |
commit | bd69baaace06e659299dc3cacc6eaa26102ca3fc (patch) | |
tree | d88db1c26433edf9df722ae5cfd2b5f814eeed28 /Documentation | |
parent | 7e538372694b3e449783eed3981d59d2597c2882 (diff) | |
download | lwn-bd69baaace06e659299dc3cacc6eaa26102ca3fc.tar.gz lwn-bd69baaace06e659299dc3cacc6eaa26102ca3fc.zip |
dt-bindings: net: ethernet: Update mt7622 docs and dts to reflect the new phylink API
This patch the removes the recently added mediatek,physpeed property.
Use the fixed-link property speed = <2500> to set the phy in 2.5Gbit.
See mt7622-bananapi-bpi-r64.dts for a working example.
Signed-off-by: René van Dorst <opensource@vdorst.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/arm/mediatek/mediatek,sgmiisys.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/arm/mediatek/mediatek,sgmiisys.txt b/Documentation/devicetree/bindings/arm/mediatek/mediatek,sgmiisys.txt index f5518f26a914..30cb645c0e54 100644 --- a/Documentation/devicetree/bindings/arm/mediatek/mediatek,sgmiisys.txt +++ b/Documentation/devicetree/bindings/arm/mediatek/mediatek,sgmiisys.txt @@ -9,8 +9,6 @@ Required Properties: - "mediatek,mt7622-sgmiisys", "syscon" - "mediatek,mt7629-sgmiisys", "syscon" - #clock-cells: Must be 1 -- mediatek,physpeed: Should be one of "auto", "1000" or "2500" to match up - the capability of the target PHY. The SGMIISYS controller uses the common clk binding from Documentation/devicetree/bindings/clock/clock-bindings.txt |