diff options
author | Heiko Schocher <hs@denx.de> | 2015-10-17 06:04:35 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-10-21 06:41:42 -0700 |
commit | 9e42f715264ff158478fa30eaed847f6e131366b (patch) | |
tree | 17d67b8f03a9691437d1429ba990928a1bb8a593 /Documentation/devicetree/bindings/net | |
parent | aebd99477f03950fb05b29c7248656167198bf2d (diff) | |
download | linux-9e42f715264ff158478fa30eaed847f6e131366b.tar.gz |
drivers: net: cpsw: add phy-handle parsing
add the ability to parse "phy-handle". This
is needed for phys, which have a DT node, and
need to parse DT properties.
Signed-off-by: Heiko Schocher <hs@denx.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/devicetree/bindings/net')
-rw-r--r-- | Documentation/devicetree/bindings/net/cpsw.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/net/cpsw.txt b/Documentation/devicetree/bindings/net/cpsw.txt index a9df21aaa154..a2cae4eb4a60 100644 --- a/Documentation/devicetree/bindings/net/cpsw.txt +++ b/Documentation/devicetree/bindings/net/cpsw.txt @@ -39,6 +39,7 @@ Required properties: Optional properties: - dual_emac_res_vlan : Specifies VID to be used to segregate the ports - mac-address : See ethernet.txt file in the same directory +- phy-handle : See ethernet.txt file in the same directory Note: "ti,hwmods" field is used to fetch the base address and irq resources from TI, omap hwmod data base during device registration. |