diff options
author | Shruti Kanetkar <Kanetkar.Shruti@gmail.com> | 2015-02-01 16:58:31 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-02-03 19:11:39 -0500 |
commit | 132d7bcafa2ed8e22a31956ff60b3a121e660456 (patch) | |
tree | 2596b441016dfbcf533e1509e18b35d90344cd67 /Documentation | |
parent | 7d37d0c1591b95ec4e663f7c00eccd5938797a99 (diff) |
net/fsl_pq_mdio: Document supported compatibles
The device tree binding(s) document has fallen out of sync with the
driver code. Update the list of supported devices to reflect current
driver capabilities
Change-Id: I440d8de2ee2d9c3b7b23e69b3da851cab18a4c9a
Signed-off-by: Shruti Kanetkar <Kanetkar.Shruti@gmail.com>
Signed-off-by: Emil Medve <Emilian.Medve@Freescale.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/net/fsl-tsec-phy.txt | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/net/fsl-tsec-phy.txt b/Documentation/devicetree/bindings/net/fsl-tsec-phy.txt index be6ea8960f20..1e97532a0b79 100644 --- a/Documentation/devicetree/bindings/net/fsl-tsec-phy.txt +++ b/Documentation/devicetree/bindings/net/fsl-tsec-phy.txt | |||
@@ -8,7 +8,16 @@ of how to define a PHY. | |||
8 | Required properties: | 8 | Required properties: |
9 | - reg : Offset and length of the register set for the device | 9 | - reg : Offset and length of the register set for the device |
10 | - compatible : Should define the compatible device type for the | 10 | - compatible : Should define the compatible device type for the |
11 | mdio. Currently, this is most likely to be "fsl,gianfar-mdio" | 11 | mdio. Currently supported strings/devices are: |
12 | - "fsl,gianfar-tbi" | ||
13 | - "fsl,gianfar-mdio" | ||
14 | - "fsl,etsec2-tbi" | ||
15 | - "fsl,etsec2-mdio" | ||
16 | - "fsl,ucc-mdio" | ||
17 | - "fsl,fman-mdio" | ||
18 | When device_type is "mdio", the following strings are also considered: | ||
19 | - "gianfar" | ||
20 | - "ucc_geth_phy" | ||
12 | 21 | ||
13 | Example: | 22 | Example: |
14 | 23 | ||