All of lore.kernel.org
 help / color / mirror / Atom feed
* ethaddr0 alias for imx6
@ 2014-04-08 16:55 Hector Palacios
  2014-04-08 22:24 ` Marek Vasut
  0 siblings, 1 reply; 2+ messages in thread
From: Hector Palacios @ 2014-04-08 16:55 UTC (permalink / raw)
  To: linux-arm-kernel

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* ethaddr0 alias for imx6
  2014-04-08 16:55 ethaddr0 alias for imx6 Hector Palacios
@ 2014-04-08 22:24 ` Marek Vasut
  0 siblings, 0 replies; 2+ messages in thread
From: Marek Vasut @ 2014-04-08 22:24 UTC (permalink / raw)
  To: linux-arm-kernel

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-04-08 22:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-08 16:55 ethaddr0 alias for imx6 Hector Palacios
2014-04-08 22:24 ` Marek Vasut

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.