Blackfin: set default voltage levels for BF538/BF539 parts
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
09dc6b0bbd
commit
622a8dc095
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue