projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09dc6b0
)
Blackfin: set default voltage levels for BF538/BF539 parts
author
Mike Frysinger
<vapier@gentoo.org>
Sun, 12 Oct 2008 01:54:00 +0000
(21:54 -0400)
committer
Mike Frysinger
<vapier@gentoo.org>
Fri, 6 Feb 2009 02:25:34 +0000
(21:25 -0500)
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
cpu/blackfin/initcode.c
patch
|
blob
|
history
diff --git
a/cpu/blackfin/initcode.c
b/cpu/blackfin/initcode.c
index 7facdc3df93b0bdb2bb6ae4ba31784a655226725..aafad10bdec3bbdaf840323b64b70aaa08e40aa9 100644
(file)
--- a/
cpu/blackfin/initcode.c
+++ b/
cpu/blackfin/initcode.c
@@
-199,6
+199,9
@@
static inline void serial_putc(char c)
# elif defined(__ADSPBF54x__) /* TBD; use default */
# undef CONFIG_VR_CTL_VLEV
# define CONFIG_VR_CTL_VLEV VLEV_120
+# elif defined(__ADSPBF538__) || defined(__ADSPBF539__) /* TBD; use default */
+# undef CONFIG_VR_CTL_VLEV
+# define CONFIG_VR_CTL_VLEV VLEV_125
# endif
# ifdef CONFIG_BFIN_MAC