From: marex@denx.de (Marek Vasut)
To: linux-arm-kernel@lists.infradead.org
Subject: ethaddr0 alias for imx6
Date: Wed, 9 Apr 2014 00:24:30 +0200 [thread overview]
Message-ID: <201404090024.30624.marex@denx.de> (raw)
In-Reply-To: <534429E9.1050202@digi.com>
On Tuesday, April 08, 2014 at 06:55:05 PM, Hector Palacios wrote:
> 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?
Try 10021ccaf042dd8d09c247c447b3ef22de0b83c8 in linux-next .
Best regards,
Marek Vasut
prev parent reply other threads:[~2014-04-08 22:24 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-08 16:55 ethaddr0 alias for imx6 Hector Palacios
2014-04-08 22:24 ` Marek Vasut [this message]
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=201404090024.30624.marex@denx.de \
--to=marex@denx.de \
--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.