Skip to content

Commit b20b564

Browse files
committed
Merge branch 'systemport-lite'
Florian Fainelli says: ==================== net: systemport: Add support for SYSTEMPORT lite This patch series adds support for SYSTEMPORT Lite which is an evolution of the existing SYSTEMPORT adapter. The two generations are largely identical as far as the transmit/receive path are concerned, and there were just a few control path changes here and there. ==================== Signed-off-by: David S. Miller <[email protected]>
2 parents 9ca677b + 44a4524 commit b20b564

File tree

3 files changed

+339
-80
lines changed

3 files changed

+339
-80
lines changed

Documentation/devicetree/bindings/net/brcm,systemport.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
* Broadcom BCM7xxx Ethernet Systemport Controller (SYSTEMPORT)
22

33
Required properties:
4-
- compatible: should be one of "brcm,systemport-v1.00" or "brcm,systemport"
4+
- compatible: should be one of:
5+
"brcm,systemport-v1.00"
6+
"brcm,systemportlite-v1.00" or
7+
"brcm,systemport"
58
- reg: address and length of the register set for the device.
69
- interrupts: interrupts for the device, first cell must be for the rx
710
interrupts, and the second cell should be for the transmit queues. An

0 commit comments

Comments
 (0)