Re: [PATCH v4 3/9] Documentation: bindings: net: add the Marvell PXA168 Ethernet controller
From: Arnd Bergmann <arnd@arndb.de>
Date: 2014-09-23 12:39:00
Also in:
linux-arm-kernel, lkml, netdev
From: Arnd Bergmann <arnd@arndb.de>
Date: 2014-09-23 12:39:00
Also in:
linux-arm-kernel, lkml, netdev
On Tuesday 23 September 2014 14:15:30 Antoine Tenart wrote:
+Optional properties: +- port-id: should be '0','1' or '2'. +- phy-addr: MDIO address of the PHY. +- local-mac-address: see ethernet.txt file in the same directory. +
I believe new bindings should not use "phy-addr" properties, but instead use a phy-handle property pointing to a phy device instead. The port-id property description could be a little more verbose. What do those numbers actually mean? Arnd