From: Sergei Shtylyov <sshtylyov@ru.mvista.com>
To: Kumar Gala <galak@kernel.crashing.org>
Cc: "linuxppc-dev@ozlabs.org" <linuxppc-dev@ozlabs.org>
Subject: Re: [PATCH] Add MPC8641 HPCN Device Tree Source file.
Date: Wed, 02 Aug 2006 23:33:07 +0400 [thread overview]
Message-ID: <44D0FDF3.4020401@ru.mvista.com> (raw)
In-Reply-To: <9C1B15CC-6984-433D-8A1E-F856567B1AD2@kernel.crashing.org>
Hello.
Kumar Gala wrote:
> Do we want to go ahead and fix the mac address field having the wrong
> name?
If you mean "address" instead of "local-mac-address" then I guess
Documentation/powerpc/booting-without-of.txt should also be changed since it
has "address". And arch/powerpc/sysdev/fsl_soc.c as well..
>>+ ethernet@24000 {
>>+ #address-cells = <1>;
>>+ #size-cells = <0>;
>>+ device_type = "network";
>>+ model = "TSEC";
>>+ compatible = "gianfar";
>>+ reg = <24000 1000>;
>>+ address = [ 00 E0 0C 00 73 00 ];
>>+ interrupts = <1d 2 1e 2 22 2>;
>>+ interrupt-parent = <40000>;
>>+ phy-handle = <2452000>;
>>+ };
>>+
>>+ ethernet@25000 {
>>+ #address-cells = <1>;
>>+ #size-cells = <0>;
>>+ device_type = "network";
>>+ model = "TSEC";
>>+ compatible = "gianfar";
>>+ reg = <25000 1000>;
>>+ address = [ 00 E0 0C 00 73 01 ];
>>+ interrupts = <23 2 24 2 28 2>;
>>+ interrupt-parent = <40000>;
>>+ phy-handle = <2452001>;
>>+ };
>>+
>>+ ethernet@26000 {
>>+ #address-cells = <1>;
>>+ #size-cells = <0>;
>>+ device_type = "network";
>>+ model = "TSEC";
>>+ compatible = "gianfar";
>>+ reg = <26000 1000>;
>>+ address = [ 00 E0 0C 00 02 FD ];
>>+ interrupts = <1F 2 20 2 21 2>;
>>+ interrupt-parent = <40000>;
>>+ phy-handle = <2452002>;
>>+ };
>>+
>>+ ethernet@27000 {
>>+ #address-cells = <1>;
>>+ #size-cells = <0>;
>>+ device_type = "network";
>>+ model = "TSEC";
>>+ compatible = "gianfar";
>>+ reg = <27000 1000>;
>>+ address = [ 00 E0 0C 00 03 FD ];
>>+ interrupts = <25 2 26 2 27 2>;
>>+ interrupt-parent = <40000>;
>>+ phy-handle = <2452003>;
>>+ };
WBR, Sergei
next prev parent reply other threads:[~2006-08-02 19:48 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-08-02 18:48 [PATCH] Add MPC8641 HPCN Device Tree Source file Jon Loeliger
2006-08-02 19:24 ` Kumar Gala
2006-08-02 19:33 ` Sergei Shtylyov [this message]
2006-08-02 20:07 ` Kumar Gala
2006-08-02 19:47 ` Hollis Blanchard
2006-08-02 20:11 ` Jon Loeliger
2006-08-02 20:30 ` Kumar Gala
2006-08-02 20:36 ` Jon Loeliger
2006-08-02 20:53 ` Kumar Gala
2006-08-03 15:49 ` Sergei Shtylyov
2006-08-03 16:46 ` Kumar Gala
2006-08-02 19:50 ` Hollis Blanchard
2006-08-02 20:49 ` Mark A. Greer
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=44D0FDF3.4020401@ru.mvista.com \
--to=sshtylyov@ru.mvista.com \
--cc=galak@kernel.crashing.org \
--cc=linuxppc-dev@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.