Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Documentation: devicetree: net: add NS2 bindings to amac

Clean-up the documentation to the bgmac-amac driver, per suggestion by
Rob Herring, and add details for NS2 support.

Signed-off-by: Jon Mason <jon.mason@broadcom.com>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Jon Mason and committed by
David S. Miller
0086f094 b14995ac

+11 -5
+11 -5
Documentation/devicetree/bindings/net/brcm,amac.txt
··· 2 2 ------------------------------------------------------------- 3 3 4 4 Required properties: 5 - - compatible: "brcm,amac" or "brcm,nsp-amac" 6 - - reg: Address and length of the GMAC registers, 7 - Address and length of the GMAC IDM registers 8 - - reg-names: Names of the registers. Must have both "amac_base" and 9 - "idm_base" 5 + - compatible: "brcm,amac" 6 + "brcm,nsp-amac" 7 + "brcm,ns2-amac" 8 + - reg: Address and length of the register set for the device. It 9 + contains the information of registers in the same order as 10 + described by reg-names 11 + - reg-names: Names of the registers. 12 + "amac_base": Address and length of the GMAC registers 13 + "idm_base": Address and length of the GMAC IDM registers 14 + "nicpm_base": Address and length of the NIC Port Manager 15 + registers (required for Northstar2) 10 16 - interrupts: Interrupt number 11 17 12 18 Optional properties: