projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e29dfce
)
gdsys: phy: Adapt fixup_88e1518() to latest Release Notes
author
Dirk Eibach
<dirk.eibach@gdsys.cc>
Fri, 29 Mar 2019 09:18:04 +0000
(10:18 +0100)
committer
Mario Six
<mario.six@gdsys.cc>
Tue, 21 May 2019 06:03:38 +0000
(08:03 +0200)
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>
board/gdsys/common/phy.c
patch
|
blob
|
history
diff --git
a/board/gdsys/common/phy.c
b/board/gdsys/common/phy.c
index c4b2256da3a45b4aa51d362d12dfbf1fa4f51b73..d40c08d9e948a7173f360917a3b955a0525ffd80 100644
(file)
--- 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 },
};