All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] How to access non Ethernet PHY from U-boot
@ 2018-03-26 10:44 Greg
  0 siblings, 0 replies; 2+ messages in thread
From: Greg @ 2018-03-26 10:44 UTC (permalink / raw)
  To: u-boot

Hi,
I have a CFP module which is interfaced on the MDIO bus of NXP MPC8308
controller. I want to access the CFP module registers from u-boot using
'mii' command, as of now the 'mii info' is not listing this device which
has address '6' in the MDIO bus.

In the case of Ethernet PHY I would go to drivers/net/tsec.c and add the
structure info in 'struct phy_info *phy_info[]' for the probe function to
detect it.

A CFP module follows MDIO  interface definition in IEEE 802.3 Clause 45,
http://www.cfp-msa.org/Documents/CFP_MSA_MIS_V2p2r06a.pdf

Any help is appreciated.

Greg

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

* [U-Boot] How to access non Ethernet PHY from U-boot
@ 2018-03-27  3:05 Greg
  0 siblings, 0 replies; 2+ messages in thread
From: Greg @ 2018-03-27  3:05 UTC (permalink / raw)
  To: u-boot

Hi,
I have a CFP module which is interfaced on the MDIO bus of NXP MPC8308
controller. I want to access the CFP module registers from u-boot using
'mii' command, as of now the 'mii info' is not listing this device which
has address '6' in the MDIO bus.

In the case of Ethernet PHY I would go to drivers/net/tsec.c and add the
structure info in 'struct phy_info *phy_info[]' for the probe function to
detect it.

A CFP module follows MDIO  interface definition in IEEE 802.3 Clause 45,
http://www.cfp-msa.org/Documents/CFP_MSA_MIS_V2p2r06a.pdf

Any help is appreciated.
Greg

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

end of thread, other threads:[~2018-03-27  3:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-26 10:44 [U-Boot] How to access non Ethernet PHY from U-boot Greg
2018-03-27  3:05 Greg

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.