Re: [PATCH 6/7] dt-bindings: net: bgmac: add bindings documentation for bgmac

From: Arnd Bergmann
Date: Wed Jul 06 2016 - 03:31:52 EST


On Tuesday, July 5, 2016 7:18:45 PM CEST Jon Mason wrote:
> >
> > 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.

Arnd