We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5d5b55 commit 7c75040Copy full SHA for 7c75040
drivers/regulator/sm5703-regulator.c
@@ -42,6 +42,7 @@ static const int sm5703_buck_voltagemap[] = {
42
.type = REGULATOR_VOLTAGE, \
43
.id = SM5703_USBLDO ## _id, \
44
.ops = &sm5703_regulator_ops_fixed, \
45
+ .n_voltages = 1, \
46
.fixed_uV = SM5703_USBLDO_MICROVOLT, \
47
.enable_reg = SM5703_REG_USBLDO12, \
48
.enable_mask = SM5703_REG_EN_USBLDO ##_id, \
@@ -56,6 +57,7 @@ static const int sm5703_buck_voltagemap[] = {
56
57
58
.id = SM5703_VBUS, \
59
60
61
.fixed_uV = SM5703_VBUS_MICROVOLT, \
62
.enable_reg = SM5703_REG_CNTL, \
63
.enable_mask = SM5703_OPERATION_MODE_MASK, \
0 commit comments