diff options
author | Maxime Ripard <maxime.ripard@bootlin.com> | 2019-07-03 11:55:12 +0200 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2019-07-03 21:18:55 +0200 |
commit | 67d0da99163f99eb39a931e79b128cbf0647dfdb (patch) | |
tree | c3dac570bfed20dcc6f287d5a49603deb1c8639a /Documentation/devicetree/bindings/net/snps,dwmac.yaml | |
parent | dt-bindings: simple-framebuffer: Add requirement for pipelines (diff) | |
download | linux-67d0da99163f99eb39a931e79b128cbf0647dfdb.tar.xz linux-67d0da99163f99eb39a931e79b128cbf0647dfdb.zip |
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/snps,dwmac.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/net/snps,dwmac.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/net/snps,dwmac.yaml b/Documentation/devicetree/bindings/net/snps,dwmac.yaml index 658726c620be..76fea2be66ac 100644 --- a/Documentation/devicetree/bindings/net/snps,dwmac.yaml +++ b/Documentation/devicetree/bindings/net/snps,dwmac.yaml @@ -261,7 +261,7 @@ required: - reg - interrupts - interrupt-names - - phy-connection-type + - phy-mode dependencies: snps,reset-active-low: ["snps,reset-gpio"] @@ -384,7 +384,7 @@ examples: interrupt-names = "macirq", "eth_wake_irq", "eth_lpi"; mac-address = [000000000000]; /* Filled in by U-Boot */ max-frame-size = <3800>; - phy-connection-type = "gmii"; + phy-mode = "gmii"; snps,multicast-filter-bins = <256>; snps,perfect-filter-entries = <128>; rx-fifo-depth = <16384>; |