diff mbox

ARM: shmobile: bockw: fixup ether node naming

Message ID 87a9ip25nz.wl%kuninori.morimoto.gx@renesas.com (mailing list archive)
State Superseded
Commit 73c79afa61cdee2553461ee714bb4716372bdd55
Headers show

Commit Message

Kuninori Morimoto Oct. 4, 2013, 1:20 a.m. UTC
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(-)

Comments

Simon Horman Oct. 8, 2013, 1:38 a.m. UTC | #1
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.
--
To unsubscribe from this list: send the line "unsubscribe linux-sh" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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>;