Re: [PATCH v4 3/9] Documentation: bindings: net: add the Marvell PXA168 Ethernet controller
From: Arnd Bergmann <arnd@arndb.de>
Date: 2014-09-23 14:37:32
Also in:
linux-arm-kernel, lkml, netdev
From: Arnd Bergmann <arnd@arndb.de>
Date: 2014-09-23 14:37:32
Also in:
linux-arm-kernel, lkml, netdev
On Tuesday 23 September 2014 16:29:22 Antoine Tenart wrote:
So I had a look on other Ethernet bindings. Would you agree with
something like the following?
eth0: ethernet@f7b90000 {
...
#address-cells = <1>;
#size-cells = <0>;
phy-handle = <ðphy0>;
ethphy0: ethernet-phy@0 {
reg = <0>;
};
};Yes, that looks good. Arnd