summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/net/allwinner,sun8i-a83t-emac.yaml
diff options
context:
space:
mode:
authorMaxime Ripard <maxime.ripard@bootlin.com>2019-07-03 11:55:12 +0200
committerRob Herring <robh@kernel.org>2019-07-03 13:18:55 -0600
commit67d0da99163f99eb39a931e79b128cbf0647dfdb (patch)
treec3dac570bfed20dcc6f287d5a49603deb1c8639a /Documentation/devicetree/bindings/net/allwinner,sun8i-a83t-emac.yaml
parented8e3f51b6b7c0565840683328ce6e4b830cea9f (diff)
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,sun8i-a83t-emac.yaml')
-rw-r--r--Documentation/devicetree/bindings/net/allwinner,sun8i-a83t-emac.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/devicetree/bindings/net/allwinner,sun8i-a83t-emac.yaml b/Documentation/devicetree/bindings/net/allwinner,sun8i-a83t-emac.yaml
index 6f68c7f5fc34..d4084c149768 100644
--- a/Documentation/devicetree/bindings/net/allwinner,sun8i-a83t-emac.yaml
+++ b/Documentation/devicetree/bindings/net/allwinner,sun8i-a83t-emac.yaml
@@ -52,8 +52,8 @@ required:
- clock-names
- resets
- reset-names
- - phy-connection-type
- phy-handle
+ - phy-mode
- syscon
allOf:
@@ -198,7 +198,7 @@ examples:
clock-names = "stmmaceth";
phy-handle = <&int_mii_phy>;
- phy-connection-type = "mii";
+ phy-mode = "mii";
allwinner,leds-active-low;
mdio1: mdio {
@@ -249,7 +249,7 @@ examples:
clock-names = "stmmaceth";
phy-handle = <&ext_rgmii_phy>;
- phy-connection-type = "rgmii";
+ phy-mode = "rgmii";
allwinner,leds-active-low;
mdio2: mdio {
@@ -301,7 +301,7 @@ examples:
clocks = <&ccu 27>;
clock-names = "stmmaceth";
phy-handle = <&ext_rgmii_phy1>;
- phy-connection-type = "rgmii";
+ phy-mode = "rgmii";
mdio {
compatible = "snps,dwmac-mdio";