diff options
author | Dirk Eibach <dirk.eibach@gdsys.cc> | 2019-03-29 10:18:04 +0100 |
---|---|---|
committer | Mario Six <mario.six@gdsys.cc> | 2019-05-21 08:03:38 +0200 |
commit | 6717d664d719a4675041a837f7e51ae2d8255592 (patch) | |
tree | b48717db2ae18635b34124bd863fef4688575a2d | |
parent | e29dfce06cddc9cbc67f69c4a2fa9732caf73b26 (diff) | |
download | u-boot-6717d664d719a4675041a837f7e51ae2d8255592.tar.gz u-boot-6717d664d719a4675041a837f7e51ae2d8255592.tar.xz u-boot-6717d664d719a4675041a837f7e51ae2d8255592.zip |
gdsys: phy: Adapt fixup_88e1518() to latest Release Notes
The initialization sequence in the newest release notes of the 88e1518
phy omits two commands.
Remove them from the sequence.
Signed-off-by: Dirk Eibach <dirk.eibach@gdsys.cc>
-rw-r--r-- | board/gdsys/common/phy.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/board/gdsys/common/phy.c b/board/gdsys/common/phy.c index c4b2256da3..d40c08d9e9 100644 --- a/board/gdsys/common/phy.c +++ b/board/gdsys/common/phy.c @@ -45,8 +45,6 @@ struct mii_setupcmd fixup_88e1518[] = { { MIICMD_SET, 16, 0x214d }, { MIICMD_SET, 17, 0xcc0c }, { MIICMD_SET, 16, 0x2159 }, - { MIICMD_SET, 22, 0x00fb }, - { MIICMD_SET, 7, 0xc00d }, { MIICMD_SET, 22, 0x0000 }, }; |