summaryrefslogtreecommitdiff
path: root/drivers/regulator
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/regulator')
-rw-r--r--drivers/regulator/fan53880.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/fan53880.c b/drivers/regulator/fan53880.c
index d49f10ac222d..d7e34e9188c7 100644
--- a/drivers/regulator/fan53880.c
+++ b/drivers/regulator/fan53880.c
@@ -77,7 +77,7 @@ static const struct regulator_desc fan53880_regulators[] = {
},
.n_linear_ranges = 2,
.vsel_reg = FAN53880_BUCKVOUT,
- .vsel_mask = 0x7f,
+ .vsel_mask = 0xff,
.enable_reg = FAN53880_ENABLE,
.enable_mask = 0x10,
.enable_time = 480,