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

Commit da7de6a1 authored by Axel Lin's avatar Axel Lin Committed by Mark Brown
Browse files

regulator: Show correct chip id for max8649

parent 0c3d0b20
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -270,7 +270,7 @@ static int __devinit max8649_regulator_probe(struct i2c_client *client,
			ret);
			ret);
		goto out;
		goto out;
	}
	}
	dev_info(info->dev, "Detected MAX8649 (ID:%x)\n", ret);
	dev_info(info->dev, "Detected MAX8649 (ID:%x)\n", val);


	/* enable VID0 & VID1 */
	/* enable VID0 & VID1 */
	regmap_update_bits(info->regmap, MAX8649_CONTROL, MAX8649_VID_MASK, 0);
	regmap_update_bits(info->regmap, MAX8649_CONTROL, MAX8649_VID_MASK, 0);