diff options
author | Maxime Ripard <maxime.ripard@bootlin.com> | 2019-07-03 12:55:12 +0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2019-07-03 22:18:55 +0300 |
commit | 67d0da99163f99eb39a931e79b128cbf0647dfdb (patch) | |
tree | c3dac570bfed20dcc6f287d5a49603deb1c8639a /Documentation/devicetree/bindings/net/allwinner,sun7i-a20-gmac.yaml | |
parent | ed8e3f51b6b7c0565840683328ce6e4b830cea9f (diff) | |
download | linux-67d0da99163f99eb39a931e79b128cbf0647dfdb.tar.xz |
dt-bindings: net: Use phy-mode instead of phy-connection-type
When adding support for the DWMAC (and derivatives) bindings,
phy-connection-type was required, even though the previous binding required
the equivalent phy-mode.
Let's fix this by using phy-mode as we should have.
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/net/allwinner,sun7i-a20-gmac.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/net/allwinner,sun7i-a20-gmac.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/net/allwinner,sun7i-a20-gmac.yaml b/Documentation/devicetree/bindings/net/allwinner,sun7i-a20-gmac.yaml index 4b45798f0e68..06b1cc8bea14 100644 --- a/Documentation/devicetree/bindings/net/allwinner,sun7i-a20-gmac.yaml +++ b/Documentation/devicetree/bindings/net/allwinner,sun7i-a20-gmac.yaml @@ -44,7 +44,7 @@ required: - interrupt-names - clocks - clock-names - - phy-connection-type + - phy-mode examples: - | @@ -55,7 +55,7 @@ examples: interrupt-names = "macirq"; clocks = <&ahb_gates 49>, <&gmac_tx>; clock-names = "stmmaceth", "allwinner_gmac_tx"; - phy-connection-type = "mii"; + phy-mode = "mii"; }; # FIXME: We should set it, but it would report all the generic |