Skip to content

Commit 081a20f

Browse files
committed
Merge branch 'systemport-next'
Florian Fainelli says: ==================== net: systemport: PM and Wake-on-LAN support This patchset brings Power Management and Wake-on-LAN support to the Broadcom SYSTEM PORT driver. S2 and S3 modes are supported, while we only support Wake-on-LAN using MagicPackets for now ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
2 parents 4710d80 + 83e82f4 commit 081a20f

File tree

3 files changed

+361
-34
lines changed

3 files changed

+361
-34
lines changed

Documentation/devicetree/bindings/net/broadcom-systemport.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ Required properties:
44
- compatible: should be one of "brcm,systemport-v1.00" or "brcm,systemport"
55
- reg: address and length of the register set for the device.
66
- interrupts: interrupts for the device, first cell must be for the the rx
7-
interrupts, and the second cell should be for the transmit queues
7+
interrupts, and the second cell should be for the transmit queues. An
8+
optional third interrupt cell for Wake-on-LAN can be specified
89
- local-mac-address: Ethernet MAC address (48 bits) of this adapter
910
- phy-mode: Should be a string describing the PHY interface to the
1011
Ethernet switch/PHY, see Documentation/devicetree/bindings/net/ethernet.txt

0 commit comments

Comments
 (0)