diff options
author | Mugunthan V N <mugunthanvnm@ti.com> | 2014-05-09 09:37:34 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-05-13 00:11:00 -0400 |
commit | d415fa1b88748d664b7b6a310dd8e699d2686cf7 (patch) | |
tree | 844c74e292d493f3caf2298efc8b620c1eb556e3 /Documentation/devicetree/bindings/net/cpsw-phy-sel.txt | |
parent | 84ef36bde9714565215e0cb08ccda5d64bf74996 (diff) |
drivers: net: cpsw-phy-sel: add dra7xx support for phy sel
Add dra7xx support for selecting the phy mode which is present in control
module of dra7xx SoC
Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/devicetree/bindings/net/cpsw-phy-sel.txt')
-rw-r--r-- | Documentation/devicetree/bindings/net/cpsw-phy-sel.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/net/cpsw-phy-sel.txt b/Documentation/devicetree/bindings/net/cpsw-phy-sel.txt index 7ff57a119f81..d9da911b6eea 100644 --- a/Documentation/devicetree/bindings/net/cpsw-phy-sel.txt +++ b/Documentation/devicetree/bindings/net/cpsw-phy-sel.txt | |||
@@ -2,7 +2,8 @@ TI CPSW Phy mode Selection Device Tree Bindings | |||
2 | ----------------------------------------------- | 2 | ----------------------------------------------- |
3 | 3 | ||
4 | Required properties: | 4 | Required properties: |
5 | - compatible : Should be "ti,am3352-cpsw-phy-sel" | 5 | - compatible : Should be "ti,am3352-cpsw-phy-sel" for am335x platform and |
6 | "ti,dra7xx-cpsw-phy-sel" for dra7xx platform | ||
6 | - reg : physical base address and size of the cpsw | 7 | - reg : physical base address and size of the cpsw |
7 | registers map | 8 | registers map |
8 | - reg-names : names of the register map given in "reg" node | 9 | - reg-names : names of the register map given in "reg" node |