From: Stefan Roese <sr@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [U-boot] [Patch] net: phy: marvell: add errata w/a for 88E151* chips
Date: Thu, 30 Oct 2014 12:39:02 +0100 [thread overview]
Message-ID: <54522356.8040306@denx.de> (raw)
In-Reply-To: <54520A4F.9060200@ti.com>
On 30.10.2014 10:52, Ivan Khoronzhuk wrote:
>>> +static int m88e1518_config(struct phy_device *phydev)
>>> +{
>>> + /*
>>> + * As per Marvell Release Notes - Alaska
>>> 88E1510/88E1518/88E1512/88E1514
>>> + * Rev A0, Errata Section 3.1
>>> + */
>>> + phy_write(phydev, MDIO_DEVAD_NONE, 22, 0x00ff); /* reg page
>>> 0xff */
>>> + phy_write(phydev, MDIO_DEVAD_NONE, 17, 0x214B);
>>> + phy_write(phydev, MDIO_DEVAD_NONE, 16, 0x2144);
>>> + phy_write(phydev, MDIO_DEVAD_NONE, 17, 0x0C28);
>>> + phy_write(phydev, MDIO_DEVAD_NONE, 16, 0x2146);
>>> + phy_write(phydev, MDIO_DEVAD_NONE, 17, 0xB233);
>>> + phy_write(phydev, MDIO_DEVAD_NONE, 16, 0x214D);
>>> + phy_write(phydev, MDIO_DEVAD_NONE, 17, 0xCC0C);
>>> + phy_write(phydev, MDIO_DEVAD_NONE, 16, 0x2159);
>>> + phy_write(phydev, MDIO_DEVAD_NONE, 22, 0x0000); /* reg page 0 */
>>> + phy_write(phydev, MDIO_DEVAD_NONE, 22, 18); /* reg page 18 */
>>> + /* Write HWCFG_MODE = SGMII to Copper */
>>> + m88e1518_phy_writebits(phydev, 20, 0, 3, 1);
>>
>> Won't this set the mode to SGMII for all users of this code? I know of
>> at least one board that uses this driver and uses RGMII. So you
>> shouldn't set this mode here to SGMII unconditionally.
>>
>> Thanks,
>> Stefan
>>
>
> Yes.
> I will put whole errata w/o under:
> if (phydev->interface == PHY_INTERFACE_MODE_SGMII) {
>
> }
>
> as I can face it only for SGMII
Yes. If this errata is really only for SGMII, then putting this code
under this if() statement makes sense.
Thanks,
Stefan
next prev parent reply other threads:[~2014-10-30 11:39 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-29 18:38 [U-Boot] [U-boot] [Patch] net: phy: marvell: add errata w/a for 88E151* chips Ivan Khoronzhuk
2014-10-30 6:53 ` Stefan Roese
2014-10-30 9:52 ` Ivan Khoronzhuk
2014-10-30 11:39 ` Stefan Roese [this message]
2014-11-05 21:30 ` [U-Boot] [U-Boot, U-boot] " Tom Rini
2014-11-06 16:05 ` Tom Rini
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=54522356.8040306@denx.de \
--to=sr@denx.de \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox