On Wednesday 18 July 2012, Dinh.Nguyen wrote:
quoted
For instance, this could be
compatible = "altr,socfpga-stmmac", "st,stmmac-v12.3.45", "st,stmmac";
Looking at the driver, it seems that this should actually not be called
stmmac in the devicetree but rather dwmac, so better make it
compatible = "altr,socfpga-stmmac", "snps,dwmac-4.567", "snps,dwmac";
Is there already work to update the bindings to reflect this change in
stmmac driver? Or could I help with setting up some patches for it?
Please send a patch to update the bindings and the driver
to the netdev mailing list.
Arnd