* [PATCH] ARM: shmobile: bockw: fixup ether node naming
@ 2013-10-04 1:20 Kuninori Morimoto
2013-10-08 1:38 ` Simon Horman
0 siblings, 1 reply; 2+ messages in thread
From: Kuninori Morimoto @ 2013-10-04 1:20 UTC (permalink / raw)
To: linux-sh
According to the ePAPR spec,
the node name should be "ethernet", not "lan0".
Reported-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
---
arch/arm/boot/dts/r8a7778-bockw-reference.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/r8a7778-bockw-reference.dts b/arch/arm/boot/dts/r8a7778-bockw-reference.dts
index 4425fd2..969e386 100644
--- a/arch/arm/boot/dts/r8a7778-bockw-reference.dts
+++ b/arch/arm/boot/dts/r8a7778-bockw-reference.dts
@@ -39,7 +39,7 @@
regulator-always-on;
};
- lan0@18300000 {
+ ethernet@18300000 {
compatible = "smsc,lan9220", "smsc,lan9115";
reg = <0x18300000 0x1000>;
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ARM: shmobile: bockw: fixup ether node naming
2013-10-04 1:20 [PATCH] ARM: shmobile: bockw: fixup ether node naming Kuninori Morimoto
@ 2013-10-08 1:38 ` Simon Horman
0 siblings, 0 replies; 2+ messages in thread
From: Simon Horman @ 2013-10-08 1:38 UTC (permalink / raw)
To: linux-sh
On Thu, Oct 03, 2013 at 06:20:19PM -0700, Kuninori Morimoto wrote:
> According to the ePAPR spec,
> the node name should be "ethernet", not "lan0".
>
> Reported-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> ---
> arch/arm/boot/dts/r8a7778-bockw-reference.dts | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/r8a7778-bockw-reference.dts b/arch/arm/boot/dts/r8a7778-bockw-reference.dts
> index 4425fd2..969e386 100644
> --- a/arch/arm/boot/dts/r8a7778-bockw-reference.dts
> +++ b/arch/arm/boot/dts/r8a7778-bockw-reference.dts
> @@ -39,7 +39,7 @@
> regulator-always-on;
> };
>
> - lan0@18300000 {
> + ethernet@18300000 {
> compatible = "smsc,lan9220", "smsc,lan9115";
> reg = <0x18300000 0x1000>;
Thanks, I have queued this up for v3.13.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-10-08 1:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-04 1:20 [PATCH] ARM: shmobile: bockw: fixup ether node naming Kuninori Morimoto
2013-10-08 1:38 ` Simon Horman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).