[PATCH v5 6/7] net: ethernet: bgmac: add NS2 support
From: f.fainelli@gmail.com (Florian Fainelli)
Date: 2016-11-02 17:17:34
Also in:
linux-devicetree, lkml, netdev
From: f.fainelli@gmail.com (Florian Fainelli)
Date: 2016-11-02 17:17:34
Also in:
linux-devicetree, lkml, netdev
On 11/02/2016 10:08 AM, Jon Mason wrote:
Add support for the variant of amac hardware present in the Broadcom Northstar2 based SoCs. Northstar2 requires an additional register to be configured with the port speed/duplexity (NICPM). This can be added to the link callback to hide it from the instances that do not use this. Also, clearing of the pending interrupts on init is required due to observed issues on some platforms. Signed-off-by: Jon Mason <redacted>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> -- Florian