aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorCorentin Labbe <clabbe@baylibre.com>2019-04-20 18:14:33 +0000
committerDavid S. Miller <davem@davemloft.net>2019-04-21 11:24:08 -0700
commit39420fe04f093c15e1674ef56dbae0df109738ec (patch)
tree847ccb6a7d146a4f2d0f919af7d655ff6345dfb7 /Documentation
parentnet/tls: don't leak IV and record seq when offload fails (diff)
downloadlinux-dev-39420fe04f093c15e1674ef56dbae0df109738ec.tar.xz
linux-dev-39420fe04f093c15e1674ef56dbae0df109738ec.zip
dt-bindings: add an explanation for internal phy-mode
When working on the Allwinner internal PHY, the first work was to use the "internal" mode, but some answer was made my mail on what are really internal mean for PHY. This patch write that in the doc. Signed-off-by: Corentin Labbe <clabbe@baylibre.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/net/ethernet.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/net/ethernet.txt b/Documentation/devicetree/bindings/net/ethernet.txt
index 2974e63ba311..a68621580584 100644
--- a/Documentation/devicetree/bindings/net/ethernet.txt
+++ b/Documentation/devicetree/bindings/net/ethernet.txt
@@ -16,7 +16,8 @@ Documentation/devicetree/bindings/phy/phy-bindings.txt.
Specification).
- phy-mode: string, operation mode of the PHY interface. This is now a de-facto
standard property; supported values are:
- * "internal"
+ * "internal" (Internal means there is not a standard bus between the MAC and
+ the PHY, something proprietary is being used to embed the PHY in the MAC.)
* "mii"
* "gmii"
* "sgmii"