Re: [PATCH v4 4/5] ARM: davinci: da850: add DT node for eth0.
From: Sergei Shtylyov <hidden>
Date: 2013-08-15 19:30:21
Also in:
linux-arm-kernel, lkml, netdev
From: Sergei Shtylyov <hidden>
Date: 2013-08-15 19:30:21
Also in:
linux-arm-kernel, lkml, netdev
Hello. On 15-08-2013 10:01, Lad, Prabhakar wrote:
From: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
Add eth0 device tree node information and pinmux for mii to da850 by providing interrupt details and local mac address of eth0.
Signed-off-by: Lad, Prabhakar <prabhakar.csengg@gmail.com>
[...]
@@ -226,6 +242,20 @@ #size-cells = <0>; reg = <0x224000 0x1000>; }; + eth0: emac@1e20000 {
According to the ePAPR spec[1] section 2.2.2, the node should be named
"ethernet".
[1] http://www.power.org/resources/downloads/Power_ePAPR_APPROVED_v1.0.pdf
WBR, Sergei