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

Commit 51dc778b authored by AmolAmrit's avatar AmolAmrit Committed by KakatkarAkshay
Browse files

power: smb5: Update max current to 6000000



* Avicii has 30W WARP charging.
* 5V-6A

Signed-off-by: default avatarAmolAmrit <amol.amrit03@outlook.com>
parent b7c4c2f8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1518,7 +1518,7 @@ static int smb5_usb_get_prop(struct power_supply *psy,
		break;
	case POWER_SUPPLY_PROP_CURRENT_MAX:
		if (chg->dash_on)
			val->intval = 3000000;
			val->intval = 6000000;
		else
			rc = smblib_get_prop_input_current_max(chg, val);
		break;