diff options
author | Madalin Bucur <madalin.bucur@oss.nxp.com> | 2020-08-20 13:02:04 +0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2020-08-22 01:01:50 +0300 |
commit | 5f53584ce9c0cd9c92fb04717bb45bcd5719feaa (patch) | |
tree | 6557a2af51d22cb5e450bb46a46a20753374efbd /Documentation | |
parent | a326462cba6ae7398a5c997dddf3bea39555a825 (diff) | |
download | linux-5f53584ce9c0cd9c92fb04717bb45bcd5719feaa.tar.xz |
dt-bindings: net: correct description of phy-connection-type
The phy-connection-type parameter is described in ePAPR 1.1:
Specifies interface type between the Ethernet device and a physical
layer (PHY) device. The value of this property is specific to the
implementation.
Signed-off-by: Madalin Bucur <madalin.bucur@oss.nxp.com>
Link: https://lore.kernel.org/r/1597917724-11127-1-git-send-email-madalin.bucur@oss.nxp.com
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/net/ethernet-controller.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/net/ethernet-controller.yaml b/Documentation/devicetree/bindings/net/ethernet-controller.yaml index 1c4474036d46..fa2baca8c726 100644 --- a/Documentation/devicetree/bindings/net/ethernet-controller.yaml +++ b/Documentation/devicetree/bindings/net/ethernet-controller.yaml @@ -54,7 +54,8 @@ properties: phy-connection-type: description: - Operation mode of the PHY interface + Specifies interface type between the Ethernet device and a physical + layer (PHY) device. enum: # There is not a standard bus between the MAC and the PHY, # something proprietary is being used to embed the PHY in the |