diff options
| -rw-r--r-- | drivers/regulator/mt6315-regulator.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/drivers/regulator/mt6315-regulator.c b/drivers/regulator/mt6315-regulator.c index fc7654624dd6..9edc34981ee0 100644 --- a/drivers/regulator/mt6315-regulator.c +++ b/drivers/regulator/mt6315-regulator.c @@ -41,7 +41,7 @@ struct mt6315_chip {  		.type = REGULATOR_VOLTAGE,			\  		.id = _bid,					\  		.owner = THIS_MODULE,				\ -		.n_voltages = 0xbf,				\ +		.n_voltages = 0xc0,				\  		.linear_ranges = mt_volt_range1,		\  		.n_linear_ranges = ARRAY_SIZE(mt_volt_range1),	\  		.vsel_reg = _vsel,				\ | 
