All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH v2] lite5200: fix ethernet phy address
       [not found] <1276154181-25534-1-git-send-email-dbaryshkov__1637.54533646188$1276154215$gmane$org@gmail.com>
@ 2010-06-15 22:19 ` Dmitry Eremin-Solenikov
  2010-06-16 18:25   ` Grant Likely
  0 siblings, 1 reply; 4+ messages in thread
From: Dmitry Eremin-Solenikov @ 2010-06-15 22:19 UTC (permalink / raw)
  To: linuxppc-dev

Dmitry Eremin-Solenikov wrote:

> According to my schematics, on Lite5200 board ethernet phy uses address
> 0 (all ADDR lines are pulled down). With this change I can talk to
> onboard phy (LXT971) and correctly use autonegotiation.

What about this patch?

-- 
With best wishes
Dmitry

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

* Re: [PATCH v2] lite5200: fix ethernet phy address
  2010-06-15 22:19 ` [PATCH v2] lite5200: fix ethernet phy address Dmitry Eremin-Solenikov
@ 2010-06-16 18:25   ` Grant Likely
  2010-06-17  8:41     ` Dmitry Eremin-Solenikov
  0 siblings, 1 reply; 4+ messages in thread
From: Grant Likely @ 2010-06-16 18:25 UTC (permalink / raw)
  To: Dmitry Eremin-Solenikov; +Cc: linuxppc-dev

On Tue, Jun 15, 2010 at 4:19 PM, Dmitry Eremin-Solenikov
<dbaryshkov@gmail.com> wrote:
> Dmitry Eremin-Solenikov wrote:
>
>> According to my schematics, on Lite5200 board ethernet phy uses address
>> 0 (all ADDR lines are pulled down). With this change I can talk to
>> onboard phy (LXT971) and correctly use autonegotiation.
>
> What about this patch?

It was included in my merge req to Linus yesterday.

g.

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

* Re: [PATCH v2] lite5200: fix ethernet phy address
  2010-06-16 18:25   ` Grant Likely
@ 2010-06-17  8:41     ` Dmitry Eremin-Solenikov
  0 siblings, 0 replies; 4+ messages in thread
From: Dmitry Eremin-Solenikov @ 2010-06-17  8:41 UTC (permalink / raw)
  To: Grant Likely; +Cc: linuxppc-dev

On 16.06.2010 22:25, Grant Likely wrote:
> On Tue, Jun 15, 2010 at 4:19 PM, Dmitry Eremin-Solenikov
> <dbaryshkov@gmail.com>  wrote:
>> Dmitry Eremin-Solenikov wrote:
>>
>>> According to my schematics, on Lite5200 board ethernet phy uses address
>>> 0 (all ADDR lines are pulled down). With this change I can talk to
>>> onboard phy (LXT971) and correctly use autonegotiation.
>>
>> What about this patch?
>
> It was included in my merge req to Linus yesterday.

Yes. This mail was sent a minute before you've sent poll request to Linus :)

Sorry for the noise.

-- 
With best wishes
Dmitry

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

* [PATCH v2] lite5200: fix ethernet phy address
@ 2010-06-10  7:16 Dmitry Eremin-Solenikov
  0 siblings, 0 replies; 4+ messages in thread
From: Dmitry Eremin-Solenikov @ 2010-06-10  7:16 UTC (permalink / raw)
  To: linuxppc-dev; +Cc: Yogesh Chaudhari, Paul Mackerras, René Bürgel

According to my schematics, on Lite5200 board ethernet phy uses address
0 (all ADDR lines are pulled down). With this change I can talk to
onboard phy (LXT971) and correctly use autonegotiation.

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Cc: René Bürgel <r.buergel@unicontrol.de>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Grant Likely <grant.likely@secretlab.ca>
Cc: Yogesh Chaudhari <mr.yogesh@gmail.com>
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
---
 arch/powerpc/boot/dts/lite5200.dts |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/powerpc/boot/dts/lite5200.dts b/arch/powerpc/boot/dts/lite5200.dts
index 82ff2b1..2b64d8e 100644
--- a/arch/powerpc/boot/dts/lite5200.dts
+++ b/arch/powerpc/boot/dts/lite5200.dts
@@ -230,8 +230,8 @@
 			reg = <0x3000 0x400>;	// fec range, since we need to setup fec interrupts
 			interrupts = <2 5 0>;	// these are for "mii command finished", not link changes & co.
 
-			phy0: ethernet-phy@1 {
-				reg = <1>;
+			phy0: ethernet-phy@0 {
+				reg = <0>;
 			};
 		};
 
-- 
1.7.1

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

end of thread, other threads:[~2010-06-17  8:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1276154181-25534-1-git-send-email-dbaryshkov__1637.54533646188$1276154215$gmane$org@gmail.com>
2010-06-15 22:19 ` [PATCH v2] lite5200: fix ethernet phy address Dmitry Eremin-Solenikov
2010-06-16 18:25   ` Grant Likely
2010-06-17  8:41     ` Dmitry Eremin-Solenikov
2010-06-10  7:16 Dmitry Eremin-Solenikov

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.