From: Vitaly Bordug <vitb@kernel.crashing.org>
To: joakim.tjernlund@transmode.se
Cc: linuxppc-dev@ozlabs.org
Subject: Re: Fixed PHY problems
Date: Fri, 11 May 2007 18:04:12 +0400 [thread overview]
Message-ID: <20070511180412.025aa1ca@vitb.ru.mvista.com> (raw)
In-Reply-To: <1178890872.20638.21.camel@gentoo-jocke.transmode.se>
> hmm, been trying to figure out all day how to make ucc_geth find my
> fixed PHY without success. OF experts, please give me some hints.
> My board is derived from the in tree mpc832x_mds bord and I am trying to
> convert this part:
> mdio@2320 {
> #address-cells = <1>;
> #size-cells = <0>;
> reg = <2320 18>;
> device_type = "mdio";
> compatible = "ucc_geth_phy";
>
> phy3: ethernet-phy@03 {
> interrupt-parent = < &ipic >;
> interrupts = <11 8>;
> reg = <3>;
> device_type = "ethernet-phy";
> };
> phy4: ethernet-phy@04 {
> interrupt-parent = < &ipic >;
> interrupts = <12 8>;
> reg = <4>;
> device_type = "ethernet-phy";
> };
> };
> into fixed PHYs, how do I do that?
Well, fixed phy didn't made it to have any representation in dts as of now, at least
what I am aware of, and it is just a platform device so far.
Speaking about it, I am recalling long-pending enhancement to unify fixed interface with
bus_id representation in gianfar (that is having numeric bus:device way).
About dts, the only options fixed phy can have, are speed and duplex, it does not trigger irq and
so on, and I see something like
phy1: fixed-phy@01 {
reg = <100 1>; /*100Mps, full duplex*/
device_type = "ethernet-phy";
};
--
Sincerely,
Vitaly
next prev parent reply other threads:[~2007-05-11 14:04 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-05-10 17:41 Fixed PHY problems Joakim Tjernlund
2007-05-11 8:07 ` Vitaly Bordug
2007-05-11 9:04 ` Joakim Tjernlund
2007-05-11 13:41 ` Joakim Tjernlund
2007-05-11 14:04 ` Vitaly Bordug [this message]
2007-05-11 14:20 ` Joakim Tjernlund
2007-05-11 15:37 ` Segher Boessenkool
-- strict thread matches above, loose matches on Subject: below --
2007-05-19 14:42 Hammond Christian-r55079
2007-05-20 10:17 ` Joakim Tjernlund
2007-05-21 12:46 ` Hammond Christian-r55079
2007-05-22 13:23 ` Joakim Tjernlund
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=20070511180412.025aa1ca@vitb.ru.mvista.com \
--to=vitb@kernel.crashing.org \
--cc=joakim.tjernlund@transmode.se \
--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.