aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/net
diff options
context:
space:
mode:
authorChen-Yu Tsai <wens@csie.org>2014-01-17 08:24:41 -0500
committerDavid S. Miller <davem@davemloft.net>2014-01-19 23:02:02 -0500
commitc5e4ddbdfa1134a36589c1466ed4abb85fe6f976 (patch)
tree908c42eb77eb07e110352b4f26210fffe201760a /Documentation/devicetree/bindings/net
parent62866e98737e77c87f9dec99edea76ab54360770 (diff)
net: stmmac: Add support for optional reset control
The DWMAC has a reset assert line, which is used on some SoCs. Add an optional reset control to stmmac driver core. To support reset control deferred probing, this patch changes the driver probe function to return the actual error, instead of just -EINVAL. Signed-off-by: Chen-Yu Tsai <wens@csie.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/devicetree/bindings/net')
-rw-r--r--Documentation/devicetree/bindings/net/stmmac.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/net/stmmac.txt b/Documentation/devicetree/bindings/net/stmmac.txt
index eba0e5e59ebe..d132513e8fac 100644
--- a/Documentation/devicetree/bindings/net/stmmac.txt
+++ b/Documentation/devicetree/bindings/net/stmmac.txt
@@ -30,6 +30,9 @@ Required properties:
30 30
31Optional properties: 31Optional properties:
32- mac-address: 6 bytes, mac address 32- mac-address: 6 bytes, mac address
33- resets: Should contain a phandle to the STMMAC reset signal, if any
34- reset-names: Should contain the reset signal name "stmmaceth", if a
35 reset phandle is given
33 36
34Examples: 37Examples:
35 38