aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/net/cpsw.txt
diff options
context:
space:
mode:
authorHeiko Schocher <hs@denx.de>2015-10-17 06:04:35 +0200
committerDavid S. Miller <davem@davemloft.net>2015-10-21 06:41:42 -0700
commit9e42f715264ff158478fa30eaed847f6e131366b (patch)
tree17d67b8f03a9691437d1429ba990928a1bb8a593 /Documentation/devicetree/bindings/net/cpsw.txt
parentbcm63xx_enet: check 1000BASE-T advertisement configuration (diff)
downloadlinux-dev-9e42f715264ff158478fa30eaed847f6e131366b.tar.xz
linux-dev-9e42f715264ff158478fa30eaed847f6e131366b.zip
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/cpsw.txt')
-rw-r--r--Documentation/devicetree/bindings/net/cpsw.txt1
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.