Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1509747

[PATCH 2/5] Documentation: devicetree: net: add NS2 bindings to amac

From Jon Mason <jon.mason@broadcom.com>
Newsgroups linux.kernel
Subject [PATCH 2/5] Documentation: devicetree: net: add NS2 bindings to amac
Date 2016-10-26 21:40 +0200
Message-ID <swCdk-8aP-37@gated-at.bofh.it> (permalink)
References <swCdj-8aP-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Signed-off-by: Jon Mason <jon.mason@broadcom.com>
---
 Documentation/devicetree/bindings/net/brcm,amac.txt | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/net/brcm,amac.txt b/Documentation/devicetree/bindings/net/brcm,amac.txt
index ba5ecc1..f92caee 100644
--- a/Documentation/devicetree/bindings/net/brcm,amac.txt
+++ b/Documentation/devicetree/bindings/net/brcm,amac.txt
@@ -2,15 +2,18 @@ Broadcom AMAC Ethernet Controller Device Tree Bindings
 -------------------------------------------------------------
 
 Required properties:
- - compatible:	"brcm,amac" or "brcm,nsp-amac"
+ - compatible:	"brcm,amac", "brcm,nsp-amac", or "brcm,ns2-amac"
  - reg:		Address and length of the GMAC registers,
 		Address and length of the GMAC IDM registers
+		Address and length of the NIC Port Manager registers (optional)
  - reg-names:	Names of the registers.  Must have both "amac_base" and
-		"idm_base"
+		"idm_base". "nicpm_base" is optional (required for NS2)
  - interrupts:	Interrupt number
 
 Optional properties:
 - mac-address:	See ethernet.txt file in the same directory
+- brcm,enet-phy-lane-swap:
+		boolean; Swap the PHY lanes (needed on some SKUs of NS2)
 
 Examples:
 
-- 
2.7.4

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 0/5] add NS2 support to bgmac Jon Mason <jon.mason@broadcom.com> - 2016-10-26 21:40 +0200
  [PATCH 5/5] arm64: dts: NS2: add AMAC ethernet support Jon Mason <jon.mason@broadcom.com> - 2016-10-26 21:40 +0200
  [PATCH 1/5] net: phy: broadcom: Add BCM54810 phy entry Jon Mason <jon.mason@broadcom.com> - 2016-10-26 21:40 +0200
    Re: [PATCH 1/5] net: phy: broadcom: Add BCM54810 phy entry Jon Mason <jon.mason@broadcom.com> - 2016-10-28 00:50 +0200
  [PATCH 4/5] net: ethernet: bgmac: add NS2 support Jon Mason <jon.mason@broadcom.com> - 2016-10-26 21:40 +0200
    Re: [PATCH 4/5] net: ethernet: bgmac: add NS2 support Florian Fainelli <f.fainelli@gmail.com> - 2016-10-27 00:00 +0200
      Re: [PATCH 4/5] net: ethernet: bgmac: add NS2 support Jon Mason <jon.mason@broadcom.com> - 2016-10-27 23:00 +0200
        Re: [PATCH 4/5] net: ethernet: bgmac: add NS2 support Ray Jui <ray.jui@broadcom.com> - 2016-10-28 00:30 +0200
          Re: [PATCH 4/5] net: ethernet: bgmac: add NS2 support Ray Jui <ray.jui@broadcom.com> - 2016-10-28 00:40 +0200
  [PATCH 2/5] Documentation: devicetree: net: add NS2 bindings to amac Jon Mason <jon.mason@broadcom.com> - 2016-10-26 21:40 +0200
    Re: [PATCH 2/5] Documentation: devicetree: net: add NS2 bindings to  amac Andrew Lunn <andrew@lunn.ch> - 2016-10-27 17:00 +0200
      Re: [PATCH 2/5] Documentation: devicetree: net: add NS2 bindings to  amac Jon Mason <jon.mason@broadcom.com> - 2016-10-27 23:30 +0200
        Re: [PATCH 2/5] Documentation: devicetree: net: add NS2 bindings to  amac Florian Fainelli <f.fainelli@gmail.com> - 2016-10-27 23:30 +0200

csiph-web