Skip to content
Snippets Groups Projects
Commit 622a8dc0 authored by Mike Frysinger's avatar Mike Frysinger
Browse files

Blackfin: set default voltage levels for BF538/BF539 parts


Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent 09dc6b0b
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment