stm32h7: fix inverted VOS settings for Vcore.

This commit is contained in:
Brian Viele 2020-03-09 23:07:53 -04:00 committed by Karl Palsson
parent 4a11e354a3
commit 89074d6a13

View File

@ -88,9 +88,9 @@ LGPL License Terms @ref lgpl_license
#define PWR_D3CR_VOS_SHIFT 14
#define PWR_D3CR_VOSRDY BIT13
#define PWR_D3CR_VOS_SCALE_3 (0x3)
#define PWR_D3CR_VOS_SCALE_3 (0x1)
#define PWR_D3CR_VOS_SCALE_2 (0x2)
#define PWR_D3CR_VOS_SCALE_1 (0x1)
#define PWR_D3CR_VOS_SCALE_1 (0x3)
#define PWR_D3CR_VOS_MASK (0x03)
enum pwr_svos_scale {