diff options
author | Antoine Tenart <antoine.tenart@free-electrons.com> | 2017-09-01 11:04:55 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-09-01 19:08:35 +0200 |
commit | db40b4d1478c86bf8b1b41a4a5b5d10b0da39f0c (patch) | |
tree | 7112b100867a230a5699acfcd9cb7dc83c179c2e /Documentation/devicetree/bindings/net | |
parent | net: mvpp2: use the GoP interrupt for link status changes (diff) | |
download | linux-db40b4d1478c86bf8b1b41a4a5b5d10b0da39f0c.tar.xz linux-db40b4d1478c86bf8b1b41a4a5b5d10b0da39f0c.zip |
Documentation/bindings: net: marvell-pp2: add the link interrupt
A link interrupt can be described. Document this valid interrupt name.
Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com>
Tested-by: Marcin Wojtas <mw@semihalf.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/devicetree/bindings/net')
-rw-r--r-- | Documentation/devicetree/bindings/net/marvell-pp2.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/net/marvell-pp2.txt b/Documentation/devicetree/bindings/net/marvell-pp2.txt index 49484db81583..c78f3187dfea 100644 --- a/Documentation/devicetree/bindings/net/marvell-pp2.txt +++ b/Documentation/devicetree/bindings/net/marvell-pp2.txt @@ -44,7 +44,7 @@ Optional properties (port): - interrupt-names: if more than a single interrupt for rx is given, must be the name associated to the interrupts listed. Valid names are: "tx-cpu0", "tx-cpu1", "tx-cpu2", "tx-cpu3", - "rx-shared". + "rx-shared", "link". - marvell,system-controller: a phandle to the system controller. Example for marvell,armada-375-pp2: |