All of lore.kernel.org
 help / color / mirror / Atom feed
From: hector.palacios@digi.com (Hector Palacios)
To: linux-arm-kernel@lists.infradead.org
Subject: ethaddr0 alias for imx6
Date: Tue, 8 Apr 2014 18:55:05 +0200	[thread overview]
Message-ID: <534429E9.1050202@digi.com> (raw)

Hello,

I think I'm missing a commit similar to 8c41d57395ff5b9b16724786c7c4b4c4081510cc to 
add the ethernet0 alias so that U-Boot can fixup the MAC in the device tree for iMX6. 
Like this:

diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi
index b48a128e519d..b3ec952eada6 100644
--- a/arch/arm/boot/dts/imx6qdl.dtsi
+++ b/arch/arm/boot/dts/imx6qdl.dtsi
@@ -15,6 +15,7 @@

  / {
         aliases {
+               ethernet0 = &fec;
                 flexcan0 = &flexcan1;
                 flexcan1 = &flexcan2;
                 gpio0 = &gpio1;
diff --git a/arch/arm/boot/dts/imx6sl.dtsi b/arch/arm/boot/dts/imx6sl.dtsi
index b937a4a94202..2afd45c67996 100644
--- a/arch/arm/boot/dts/imx6sl.dtsi
+++ b/arch/arm/boot/dts/imx6sl.dtsi
@@ -13,6 +13,7 @@

  / {
         aliases {
+               ethernet0 = &fec;
                 serial0 = &uart1;
                 serial1 = &uart2;
                 serial2 = &uart3;

Has this changed recently and is done in a different way or has nobody noticed it before?

Best regards,
--
Hector Palacios

             reply	other threads:[~2014-04-08 16:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-08 16:55 Hector Palacios [this message]
2014-04-08 22:24 ` ethaddr0 alias for imx6 Marek Vasut

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=534429E9.1050202@digi.com \
    --to=hector.palacios@digi.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.