* [PATCH] ARM: dts: AM33XX: add ethernet alias's for am33xx
@ 2013-10-02 17:58 ` Dan Murphy
0 siblings, 0 replies; 9+ messages in thread
From: Dan Murphy @ 2013-10-02 17:58 UTC (permalink / raw)
To: bcousson, tony
Cc: linux-omap, devicetree, linux-kernel, linux-arm-kernel,
mugunthanvnm, Dan Murphy
Set the alias for ethernet0 and ethernet1 so that uBoot
can set the MAC address appropriately.
Currently uBoot cannot find the alias and there for does not set the
MAC address.
Signed-off-by: Dan Murphy <dmurphy@ti.com>
---
arch/arm/boot/dts/am33xx.dtsi | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi
index 553adc6..8aabaa0 100644
--- a/arch/arm/boot/dts/am33xx.dtsi
+++ b/arch/arm/boot/dts/am33xx.dtsi
@@ -30,6 +30,8 @@
usb1 = &usb1;
phy0 = &usb0_phy;
phy1 = &usb1_phy;
+ ethernet0 = &cpsw_emac0;
+ ethernet1 = &cpsw_emac1;
};
cpus {
--
1.7.9.5
^ permalink raw reply related [flat|nested] 9+ messages in thread* [PATCH] ARM: dts: AM33XX: add ethernet alias's for am33xx
@ 2013-10-02 17:58 ` Dan Murphy
0 siblings, 0 replies; 9+ messages in thread
From: Dan Murphy @ 2013-10-02 17:58 UTC (permalink / raw)
To: bcousson, tony
Cc: linux-omap, devicetree, linux-kernel, linux-arm-kernel,
mugunthanvnm, Dan Murphy
Set the alias for ethernet0 and ethernet1 so that uBoot
can set the MAC address appropriately.
Currently uBoot cannot find the alias and there for does not set the
MAC address.
Signed-off-by: Dan Murphy <dmurphy@ti.com>
---
arch/arm/boot/dts/am33xx.dtsi | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi
index 553adc6..8aabaa0 100644
--- a/arch/arm/boot/dts/am33xx.dtsi
+++ b/arch/arm/boot/dts/am33xx.dtsi
@@ -30,6 +30,8 @@
usb1 = &usb1;
phy0 = &usb0_phy;
phy1 = &usb1_phy;
+ ethernet0 = &cpsw_emac0;
+ ethernet1 = &cpsw_emac1;
};
cpus {
--
1.7.9.5
^ permalink raw reply related [flat|nested] 9+ messages in thread* [PATCH] ARM: dts: AM33XX: add ethernet alias's for am33xx
@ 2013-10-02 17:58 ` Dan Murphy
0 siblings, 0 replies; 9+ messages in thread
From: Dan Murphy @ 2013-10-02 17:58 UTC (permalink / raw)
To: linux-arm-kernel
Set the alias for ethernet0 and ethernet1 so that uBoot
can set the MAC address appropriately.
Currently uBoot cannot find the alias and there for does not set the
MAC address.
Signed-off-by: Dan Murphy <dmurphy@ti.com>
---
arch/arm/boot/dts/am33xx.dtsi | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi
index 553adc6..8aabaa0 100644
--- a/arch/arm/boot/dts/am33xx.dtsi
+++ b/arch/arm/boot/dts/am33xx.dtsi
@@ -30,6 +30,8 @@
usb1 = &usb1;
phy0 = &usb0_phy;
phy1 = &usb1_phy;
+ ethernet0 = &cpsw_emac0;
+ ethernet1 = &cpsw_emac1;
};
cpus {
--
1.7.9.5
^ permalink raw reply related [flat|nested] 9+ messages in thread* Re: [PATCH] ARM: dts: AM33XX: add ethernet alias's for am33xx
2013-10-02 17:58 ` Dan Murphy
(?)
@ 2013-10-02 23:39 ` Mugunthan V N
-1 siblings, 0 replies; 9+ messages in thread
From: Mugunthan V N @ 2013-10-02 23:39 UTC (permalink / raw)
To: Dan Murphy, bcousson
Cc: tony, devicetree, linux-omap, linux-kernel, linux-arm-kernel
On Wednesday 02 October 2013 12:58 PM, Dan Murphy wrote:
> Set the alias for ethernet0 and ethernet1 so that uBoot
> can set the MAC address appropriately.
>
> Currently uBoot cannot find the alias and there for does not set the
> MAC address.
>
> Signed-off-by: Dan Murphy <dmurphy@ti.com>
Tested this with beagle bone black.
Tested-by: Mugunthan V N <mugunthanvnm@ti.com>
Regards
Mugunthan V N
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH] ARM: dts: AM33XX: add ethernet alias's for am33xx
@ 2013-10-02 23:39 ` Mugunthan V N
0 siblings, 0 replies; 9+ messages in thread
From: Mugunthan V N @ 2013-10-02 23:39 UTC (permalink / raw)
To: Dan Murphy, bcousson
Cc: tony, linux-omap, devicetree, linux-kernel, linux-arm-kernel
On Wednesday 02 October 2013 12:58 PM, Dan Murphy wrote:
> Set the alias for ethernet0 and ethernet1 so that uBoot
> can set the MAC address appropriately.
>
> Currently uBoot cannot find the alias and there for does not set the
> MAC address.
>
> Signed-off-by: Dan Murphy <dmurphy@ti.com>
Tested this with beagle bone black.
Tested-by: Mugunthan V N <mugunthanvnm@ti.com>
Regards
Mugunthan V N
^ permalink raw reply [flat|nested] 9+ messages in thread
* [PATCH] ARM: dts: AM33XX: add ethernet alias's for am33xx
@ 2013-10-02 23:39 ` Mugunthan V N
0 siblings, 0 replies; 9+ messages in thread
From: Mugunthan V N @ 2013-10-02 23:39 UTC (permalink / raw)
To: linux-arm-kernel
On Wednesday 02 October 2013 12:58 PM, Dan Murphy wrote:
> Set the alias for ethernet0 and ethernet1 so that uBoot
> can set the MAC address appropriately.
>
> Currently uBoot cannot find the alias and there for does not set the
> MAC address.
>
> Signed-off-by: Dan Murphy <dmurphy@ti.com>
Tested this with beagle bone black.
Tested-by: Mugunthan V N <mugunthanvnm@ti.com>
Regards
Mugunthan V N
^ permalink raw reply [flat|nested] 9+ messages in thread
[parent not found: <524CAEBE.5010305-l0cyMroinI0@public.gmane.org>]
* Re: [PATCH] ARM: dts: AM33XX: add ethernet alias's for am33xx
2013-10-02 23:39 ` Mugunthan V N
(?)
@ 2013-10-03 14:37 ` Benoit Cousson
-1 siblings, 0 replies; 9+ messages in thread
From: Benoit Cousson @ 2013-10-03 14:37 UTC (permalink / raw)
To: Dan Murphy
Cc: Mugunthan V N, tony-4v6yS6AI5VpBDgjK7y7TUQ,
linux-omap-u79uwXL29TY76Z2rM5mHXA,
devicetree-u79uwXL29TY76Z2rM5mHXA,
linux-kernel-u79uwXL29TY76Z2rM5mHXA,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r
Hi Dan,
On 03/10/2013 01:39, Mugunthan V N wrote:
> On Wednesday 02 October 2013 12:58 PM, Dan Murphy wrote:
>> Set the alias for ethernet0 and ethernet1 so that uBoot
>> can set the MAC address appropriately.
>>
>> Currently uBoot cannot find the alias and there for does not set the
>> MAC address.
>>
>> Signed-off-by: Dan Murphy <dmurphy-l0cyMroinI0@public.gmane.org>
>
> Tested this with beagle bone black.
>
> Tested-by: Mugunthan V N <mugunthanvnm-l0cyMroinI0@public.gmane.org>
>
> Regards
> Mugunthan V N
Thanks, pulled in my for_3.13/dts branch.
Regards,
Benoit
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH] ARM: dts: AM33XX: add ethernet alias's for am33xx
@ 2013-10-03 14:37 ` Benoit Cousson
0 siblings, 0 replies; 9+ messages in thread
From: Benoit Cousson @ 2013-10-03 14:37 UTC (permalink / raw)
To: Dan Murphy
Cc: Mugunthan V N, tony, linux-omap, devicetree, linux-kernel,
linux-arm-kernel
Hi Dan,
On 03/10/2013 01:39, Mugunthan V N wrote:
> On Wednesday 02 October 2013 12:58 PM, Dan Murphy wrote:
>> Set the alias for ethernet0 and ethernet1 so that uBoot
>> can set the MAC address appropriately.
>>
>> Currently uBoot cannot find the alias and there for does not set the
>> MAC address.
>>
>> Signed-off-by: Dan Murphy <dmurphy@ti.com>
>
> Tested this with beagle bone black.
>
> Tested-by: Mugunthan V N <mugunthanvnm@ti.com>
>
> Regards
> Mugunthan V N
Thanks, pulled in my for_3.13/dts branch.
Regards,
Benoit
^ permalink raw reply [flat|nested] 9+ messages in thread
* [PATCH] ARM: dts: AM33XX: add ethernet alias's for am33xx
@ 2013-10-03 14:37 ` Benoit Cousson
0 siblings, 0 replies; 9+ messages in thread
From: Benoit Cousson @ 2013-10-03 14:37 UTC (permalink / raw)
To: linux-arm-kernel
Hi Dan,
On 03/10/2013 01:39, Mugunthan V N wrote:
> On Wednesday 02 October 2013 12:58 PM, Dan Murphy wrote:
>> Set the alias for ethernet0 and ethernet1 so that uBoot
>> can set the MAC address appropriately.
>>
>> Currently uBoot cannot find the alias and there for does not set the
>> MAC address.
>>
>> Signed-off-by: Dan Murphy <dmurphy@ti.com>
>
> Tested this with beagle bone black.
>
> Tested-by: Mugunthan V N <mugunthanvnm@ti.com>
>
> Regards
> Mugunthan V N
Thanks, pulled in my for_3.13/dts branch.
Regards,
Benoit
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2013-10-03 14:37 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-02 17:58 [PATCH] ARM: dts: AM33XX: add ethernet alias's for am33xx Dan Murphy
2013-10-02 17:58 ` Dan Murphy
2013-10-02 17:58 ` Dan Murphy
2013-10-02 23:39 ` Mugunthan V N
2013-10-02 23:39 ` Mugunthan V N
2013-10-02 23:39 ` Mugunthan V N
[not found] ` <524CAEBE.5010305-l0cyMroinI0@public.gmane.org>
2013-10-03 14:37 ` Benoit Cousson
2013-10-03 14:37 ` Benoit Cousson
2013-10-03 14:37 ` Benoit Cousson
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.