Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 745b1f4f authored by Paul Parsons's avatar Paul Parsons Committed by Eric Miao
Browse files

ARM: pxa/hx4700: bq24022 regulator needs to be enabled



Add REGULATOR_CHANGE_STATUS flag to hx4700 bq24022 regulator. Without this
flag the bq24022 cannot be enabled and the battery will not charge.

Signed-off-by: default avatarPaul Parsons <lost.distance@yahoo.com>
Cc: Philipp Zabel <philipp.zabel@gmail.com>
Tested-by: default avatarDmitry Artamonow <mad_soft@inbox.ru>
Signed-off-by: default avatarEric Miao <eric.y.miao@gmail.com>
parent f0e615c3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -711,7 +711,7 @@ static struct regulator_consumer_supply bq24022_consumers[] = {
static struct regulator_init_data bq24022_init_data = {
	.constraints = {
		.max_uA         = 500000,
		.valid_ops_mask = REGULATOR_CHANGE_CURRENT,
		.valid_ops_mask = REGULATOR_CHANGE_CURRENT|REGULATOR_CHANGE_STATUS,
	},
	.num_consumer_supplies  = ARRAY_SIZE(bq24022_consumers),
	.consumer_supplies      = bq24022_consumers,