From: eran.liberty at gmail.com <eran.liberty@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] Adds Marvel 8 phy part M88E1149S to drivers/tsec.c
Date: Tue, 03 Jul 2007 16:24:43 -0000 [thread overview]
Message-ID: <E1I5lB8-0002rt-6B@mail.sourceforge.net> (raw)
Signed-off-by: Eran Liberty <eran.liberty@gmail.com>
Index: drivers/tsec.c
===================================================================
--- drivers/tsec.c (.../tags/trunk/20070620_2_merge_to_exsw6000) (revision 69)
+++ drivers/tsec.c (.../branches/exsw6000) (revision 69)
@@ -900,6 +900,39 @@
phy_run_commands(priv, priv->phyinfo->shutdown);
}
+struct phy_info phy_info_M88E1149S = {
+ 0x1410ca,
+ "Marvell 88E1149S",
+ 4,
+ (struct phy_cmd[]){ /* config */
+ /* Reset and configure the PHY */
+ {MIIM_CONTROL, MIIM_CONTROL_RESET, NULL},
+ {0x1d, 0x1f, NULL},
+ {0x1e, 0x200c, NULL},
+ {0x1d, 0x5, NULL},
+ {0x1e, 0x0, NULL},
+ {0x1e, 0x100, NULL},
+ {MIIM_GBIT_CONTROL, MIIM_GBIT_CONTROL_INIT, NULL},
+ {MIIM_ANAR, MIIM_ANAR_INIT, NULL},
+ {MIIM_CONTROL, MIIM_CONTROL_RESET, NULL},
+ {MIIM_CONTROL, MIIM_CONTROL_INIT, &mii_cr_init},
+ {miim_end,}
+ },
+ (struct phy_cmd[]){ /* startup */
+ /* Status is read once to clear old link state */
+ {MIIM_STATUS, miim_read, NULL},
+ /* Auto-negotiate */
+ {MIIM_STATUS, miim_read, &mii_parse_sr},
+ /* Read the status */
+ {MIIM_88E1011_PHY_STATUS, miim_read,
+ &mii_parse_88E1011_psr},
+ {miim_end,}
+ },
+ (struct phy_cmd[]){ /* shutdown */
+ {miim_end,}
+ },
+};
+
/* The 5411 id is 0x206070, the 5421 is 0x2060e0 */
struct phy_info phy_info_BCM5461S = {
0x02060c1, /* 5461 ID */
@@ -1293,6 +1326,7 @@
&phy_info_cis8201,
&phy_info_BCM5461S,
&phy_info_M88E1011S,
+ &phy_info_M88E1149S,
&phy_info_M88E1111S,
&phy_info_M88E1145,
&phy_info_dm9161,
next reply other threads:[~2007-07-03 16:24 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-03 16:24 eran.liberty at gmail.com [this message]
2007-07-03 17:23 ` [U-Boot-Users] Adds Marvel 8 phy part M88E1149S to drivers/tsec.c Grant Likely
2007-07-04 7:56 ` John Traill
2007-07-04 9:10 ` eran liberty
2007-07-04 9:35 ` John Traill
2007-07-04 15:29 ` eran liberty
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=E1I5lB8-0002rt-6B@mail.sourceforge.net \
--to=eran.liberty@gmail.com \
--cc=u-boot@lists.denx.de \
/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.