diff options
author | Mugunthan V N <mugunthanvnm@ti.com> | 2014-05-09 09:37:35 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-05-13 00:11:00 -0400 |
commit | b80b93096bc05f013418e315ccc544ce2e8efc28 (patch) | |
tree | 33af33b5198277e35395210643ee614f2e6a5288 /Documentation/devicetree | |
parent | d415fa1b88748d664b7b6a310dd8e699d2686cf7 (diff) |
drivers: net: cpsw-phy-sel: add am43xx platform support
AM43xx phy mode selection is similar to AM33xx platform, so adding only
the compatibility string to the driver
Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/net/cpsw-phy-sel.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/net/cpsw-phy-sel.txt b/Documentation/devicetree/bindings/net/cpsw-phy-sel.txt index d9da911b6eea..764c0c79b43d 100644 --- a/Documentation/devicetree/bindings/net/cpsw-phy-sel.txt +++ b/Documentation/devicetree/bindings/net/cpsw-phy-sel.txt | |||
@@ -4,6 +4,7 @@ TI CPSW Phy mode Selection Device Tree Bindings | |||
4 | Required properties: | 4 | Required properties: |
5 | - compatible : Should be "ti,am3352-cpsw-phy-sel" for am335x platform and | 5 | - compatible : Should be "ti,am3352-cpsw-phy-sel" for am335x platform and |
6 | "ti,dra7xx-cpsw-phy-sel" for dra7xx platform | 6 | "ti,dra7xx-cpsw-phy-sel" for dra7xx platform |
7 | "ti,am43xx-cpsw-phy-sel" for am43xx platform | ||
7 | - reg : physical base address and size of the cpsw | 8 | - reg : physical base address and size of the cpsw |
8 | registers map | 9 | registers map |
9 | - reg-names : names of the register map given in "reg" node | 10 | - reg-names : names of the register map given in "reg" node |