mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-30 06:36:44 +07:00
usb: dwc3: omap: use the macro we already have
trivial patch, no functional changes. Signed-off-by: Felipe Balbi <balbi@ti.com>
This commit is contained in:
parent
324e548140
commit
df01c61e06
@ -311,7 +311,8 @@ static int __devinit dwc3_omap_probe(struct platform_device *pdev)
|
||||
}
|
||||
|
||||
/* enable all IRQs */
|
||||
dwc3_writel(omap->base, USBOTGSS_IRQENABLE_SET_0, 0x01);
|
||||
reg = USBOTGSS_IRQO_COREIRQ_ST;
|
||||
dwc3_writel(omap->base, USBOTGSS_IRQENABLE_SET_0, reg);
|
||||
|
||||
reg = (USBOTGSS_IRQ1_OEVT |
|
||||
USBOTGSS_IRQ1_DRVVBUS_RISE |
|
||||
|
Loading…
Reference in New Issue
Block a user