All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kumar Gala <galak@kernel.crashing.org>
To: Jia Hongtao <B38951@freescale.com>
Cc: linuxppc-dev@lists.ozlabs.org
Subject: Re: [PATCH 1/2] powerpc/mpc8572ds: Fix eTSEC is not available on core1 of AMP boot issue
Date: Tue, 10 Jul 2012 07:24:12 -0500	[thread overview]
Message-ID: <9D9B5A65-CABB-4EB8-9901-206970467A9F@kernel.crashing.org> (raw)
In-Reply-To: <1341900506-23401-1-git-send-email-B38951@freescale.com>


On Jul 10, 2012, at 1:08 AM, Jia Hongtao wrote:

> The issue log on core1 is:
> root@mpc8572ds:~# ifconfig eth0 10.192.208.244
> net eth0: could not attach to PHY
> SIOCSIFFLAGS: No such device
> 
> To attach PHY node mdio@24520 should not be disabled in dts of core1.
> Because all PHYs are controlled through this node as follows:
> 
> mdio@24520 {
> 	phy0: ethernet-phy@0 {
> 		interrupts = <10 1 0 0>;
> 		reg = <0x0>;
> 	};
> 	phy1: ethernet-phy@1 {
> 		interrupts = <10 1 0 0>;
> 		reg = <0x1>;
> 	};
> 	phy2: ethernet-phy@2 {
> 		interrupts = <10 1 0 0>;
> 		reg = <0x2>;
> 	};
> 	phy3: ethernet-phy@3 {
> 		interrupts = <10 1 0 0>;
> 		reg = <0x3>;
> 	};
> 
> 	tbi0: tbi-phy@11 {
> 		reg = <0x11>;
> 		device_type = "tbi-phy";
> 	};
> };
> 
> Signed-off-by: Li Yang <leoli@freescale.com>
> Signed-off-by: Jia Hongtao <B38951@freescale.com>
> ---
> arch/powerpc/boot/dts/mpc8572ds_camp_core1.dts |    3 ---
> 1 files changed, 0 insertions(+), 3 deletions(-)

applied to next

- k

  parent reply	other threads:[~2012-07-10 12:24 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-10  6:08 [PATCH 1/2] powerpc/mpc8572ds: Fix eTSEC is not available on core1 of AMP boot issue Jia Hongtao
2012-07-10  6:08 ` [PATCH 2/2] powerpc/mpc8572ds: Update the MSI interrupts into 4-cell format Jia Hongtao
2012-07-10 12:24   ` Kumar Gala
2012-07-10 12:24 ` Kumar Gala [this message]
2012-07-10 18:15 ` [PATCH 1/2] powerpc/mpc8572ds: Fix eTSEC is not available on core1 of AMP boot issue Scott Wood
2012-07-11  2:07   ` Jia Hongtao-B38951
2012-07-11 17:35     ` Scott Wood

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=9D9B5A65-CABB-4EB8-9901-206970467A9F@kernel.crashing.org \
    --to=galak@kernel.crashing.org \
    --cc=B38951@freescale.com \
    --cc=linuxppc-dev@lists.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 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.