mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-23 05:56:14 -04:00
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>
This commit is contained in:
committed by
Rob Herring
parent
ed8e3f51b6
commit
67d0da9916
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user