[PATCH 6/7] dt-bindings: net: bgmac: add bindings documentation for bgmac
From: Jon Mason <hidden>
Date: 2016-07-07 22:42:33
Also in:
linux-devicetree, lkml, netdev
From: Jon Mason <hidden>
Date: 2016-07-07 22:42:33
Also in:
linux-devicetree, lkml, netdev
On Wed, Jul 6, 2016 at 3:34 AM, Arnd Bergmann [off-list ref] wrote:
On Tuesday, July 5, 2016 7:18:45 PM CEST Jon Mason wrote:quoted
quoted
Ok, then I'd suggest making the compatible string here compatible = "brcm,nsp-amac", "brcm,amac";It is called GMAC in the NS and NSP documentation, but AMAC is fine with me (as it is called this in the NS2 documentation). I'll make the necessary change and repush.Ok, then we can use compatible = "brcm,nsp-gmac", "brcm,amac"; to be consistent with that documentation and have the generic name as the fallback.
After looking at the docs again, I see the blocks being referred to as "AXI MAC" (while the registers are being called GMAC). To keep it consistent, I'll just change everything to be "amac". Thanks, Jon
Arnd