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

Commit 05cbabee authored by Ashay Jaiswal's avatar Ashay Jaiswal
Browse files

power: smb5: register DC psy for PM7250B



PM7250B supports DC power path, enable registration of
DC power_supply for the same.

Change-Id: I7f6be148d137b91ca4e915e2535fad9cbb9a4260
Signed-off-by: default avatarAshay Jaiswal <ashayj@codeaurora.org>
parent 8248a33d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3406,6 +3406,7 @@ static int smb5_probe(struct platform_device *pdev)
	switch (chg->smb_version) {
	case PM8150B_SUBTYPE:
	case PM6150_SUBTYPE:
	case PM7250B_SUBTYPE:
		rc = smb5_init_dc_psy(chip);
		if (rc < 0) {
			pr_err("Couldn't initialize dc psy rc=%d\n", rc);