[PATCH v1 1/2] dtb: xgene: fix: Disable 10GbE and SGMII based 1GbE by default
From: arnd@arndb.de (Arnd Bergmann)
Date: 2014-10-30 10:13:49
Also in:
linux-devicetree, netdev
From: arnd@arndb.de (Arnd Bergmann)
Date: 2014-10-30 10:13:49
Also in:
linux-devicetree, netdev
On Wednesday 29 October 2014 17:56:19 Iyappan Subramanian wrote:
@@ -621,7 +621,7 @@ }; }; - sgenet0: ethernet at 1f210000 { + sgenet0: sgenet at 1f210000 { compatible = "apm,xgene-enet"; status = "disabled"; reg = <0x0 0x1f210000 0x0 0x10000>,
This looks like you accidentally reverted a bug fix made earlier. Network devices should always have the name 'ethernet at ...'. Arnd