linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: "robert lazarski" <robertlazarski@gmail.com>
To: linuxppc-embedded@ozlabs.org
Subject: 85xx Device tree problems: e0024520:02 not found
Date: Tue, 13 Nov 2007 15:17:37 -0500	[thread overview]
Message-ID: <f87675ee0711131217q6bb54e06q74f7d16e79b94f19@mail.gmail.com> (raw)

Hi all,

I'm trying to bring up a new 8548 board on 2.6.23.1 . When booting,
Some times I can get as far mounting over nfs. However, it gets stuck
here:

NET: Registered protocol family 1
NET: Registered protocol family 17
e0024520:02 not found
eth2: Could not attach to PHY
IP-Config: Failed to open eth2
IP-Config: Device `eth2' not found.

I can ping and tftp via u-boot just fine over eth2 - which runs
marvells 88E1111 . Here's the relavent part of my device tree:

               mdio@24520 {
                       #address-cells = <1>;
                       #size-cells = <0>;
                       device_type = "mdio";
                       compatible = "gianfar";
                       reg = <24520 20>;
                       phy0: ethernet-phy@0 {
                               interrupt-parent = <&mpic>;
                               interrupts = <0 1>;
                               reg = <0>;
                               device_type = "ethernet-phy";
                       };
                       phy1: ethernet-phy@1 {
                               interrupt-parent = <&mpic>;
                               interrupts = <1 1>;
                               reg = <1>;
                               device_type = "ethernet-phy";
                       };
                       phy2: ethernet-phy@2 {
                               interrupt-parent = <&mpic>;
                               interrupts = <2 1>;
                               reg = <2>;
                               device_type = "ethernet-phy";
                       };
                       phy3: ethernet-phy@3 {
                               interrupt-parent = <&mpic>;
                               interrupts = <3 1>;
                               reg = <3>;
                               device_type = "ethernet-phy";
                       };
               };
               ethernet@24000 {
                       #address-cells = <1>;
                       #size-cells = <0>;
                       device_type = "network";
                       model = "eTSEC";
                       compatible = "gianfar";
                       reg = <24000 1000>;
                       local-mac-address = [ 00 E0 0C 00 73 00 ];
                       interrupts = <d 2 e 2 12 2>;
                       interrupt-parent = <&mpic>;
                       phy-handle = <&phy0>;
               };

               ethernet@25000 {
                       #address-cells = <1>;
                       #size-cells = <0>;
                       device_type = "network";
                       model = "eTSEC";
                       compatible = "gianfar";
                       reg = <25000 1000>;
                       local-mac-address = [ 00 E0 0C 00 73 01 ];
                       interrupts = <13 2 14 2 18 2>;
                       interrupt-parent = <&mpic>;
                       phy-handle = <&phy1>;
               };

               ethernet@26000 {
                       #address-cells = <1>;
                       #size-cells = <0>;
                       device_type = "network";
                       model = "eTSEC";
                       compatible = "gianfar";
                       reg = <26000 1000>;
                       local-mac-address = [ 00 E0 0C 00 73 02 ];
                       interrupts = <f 2 10 2 11 2>;
                       interrupt-parent = <&mpic>;
                       phy-handle = <&phy2>;
               };

               ethernet@27000 {
                       #address-cells = <1>;
                       #size-cells = <0>;
                       device_type = "network";
                       model = "eTSEC";
                       compatible = "gianfar";
                       reg = <27000 1000>;
                       local-mac-address = [ 00 E0 0C 00 73 03 ];
                       interrupts = <15 2 16 2 17 2>;
                       interrupt-parent = <&mpic>;
                       phy-handle = <&phy3>;
               };


Any ideas?
Robert

             reply	other threads:[~2007-11-13 20:17 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-13 20:17 robert lazarski [this message]
2007-11-13 20:33 ` 85xx Device tree problems: e0024520:02 not found Clemens Koller
2007-11-14 19:18   ` robert lazarski
2007-11-14 19:37     ` Clemens Koller
2007-11-14 20:23     ` Clemens Koller
2007-11-14 21:33       ` Clemens Koller
2007-11-14 22:00         ` robert lazarski

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=f87675ee0711131217q6bb54e06q74f7d16e79b94f19@mail.gmail.com \
    --to=robertlazarski@gmail.com \
    --cc=linuxppc-embedded@ozlabs.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).