diff options
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/regulator/axp20x-regulator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/axp20x-regulator.c b/drivers/regulator/axp20x-regulator.c index f18b36dd57dd..376a99b7cf5d 100644 --- a/drivers/regulator/axp20x-regulator.c +++ b/drivers/regulator/axp20x-regulator.c | |||
| @@ -590,7 +590,7 @@ static bool axp20x_is_polyphase_slave(struct axp20x_dev *axp20x, int id) | |||
| 590 | case AXP803_DCDC3: | 590 | case AXP803_DCDC3: |
| 591 | return !!(reg & BIT(6)); | 591 | return !!(reg & BIT(6)); |
| 592 | case AXP803_DCDC6: | 592 | case AXP803_DCDC6: |
| 593 | return !!(reg & BIT(7)); | 593 | return !!(reg & BIT(5)); |
| 594 | } | 594 | } |
| 595 | break; | 595 | break; |
| 596 | 596 | ||
