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

Commit 132d067f authored by Harry Yang's avatar Harry Yang
Browse files

power: smb138x: Add otg over current irq handler



Enable the OTC OC handler which implements a retry mechanism when
over-current is detected on either VCONN or VBUS.

Change-Id: Ida22be911e4c6fd55849783d53421bd6243606d8
Signed-off-by: default avatarHarry Yang <harryy@codeaurora.org>
parent 9838aa60
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1307,7 +1307,7 @@ static struct smb_irq_info smb138x_irqs[] = {
	},
	[OTG_OVERCURRENT_IRQ] = {
		.name		= "otg-overcurrent",
		.handler	= smblib_handle_debug,
		.handler	= smblib_handle_otg_overcurrent,
	},
	[OTG_OC_DIS_SW_STS_IRQ] = {
		.name		= "otg-oc-dis-sw-sts",