On Mon, Aug 29, 2016 at 3:21 PM, Arnd Bergmann [off-list ref] wrote:
On Wednesday 24 August 2016, Linus Walleij wrote:
quoted
+ /*
+ * An on-board SMSC LAN9221 chip for "debug ethernet",
+ * which is actually just an ordinary ethernet on the
+ * EBI2. This has a 25MHz chrystal next to it, so no
+ * clocking is needed.
+ */
+ ethernet-ebi2 at 2,1b800000 {
+ compatible = "smsc,lan9221", "smsc,lan9115";
+ reg = <2 0x0 0x100>;
+ /*
The unit address does not match the register property here.
So the convention is: ethernet-ebi2 at 2,0 I take it, OK fixing!
(Also in the bindings.)
Yours,
Linus Walleij