From 9ced006c06a4240cbd2a9ebe9196d9a0658810f9 Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Sat, 19 May 2012 13:23:17 +0200 Subject: imx233: move icoll stuff to its own file The icoll code now has an IRQ storm detection mechanism which will prevent the device from hard freezing in case it happen. Change-Id: I9861238dce61d29af1e48f9c534ec63a7f23465c --- firmware/target/arm/imx233/usb-imx233.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/target/arm/imx233/usb-imx233.c') diff --git a/firmware/target/arm/imx233/usb-imx233.c b/firmware/target/arm/imx233/usb-imx233.c index 304018b09b..409dcd340d 100644 --- a/firmware/target/arm/imx233/usb-imx233.c +++ b/firmware/target/arm/imx233/usb-imx233.c @@ -47,7 +47,7 @@ void usb_attach(void) void usb_drv_int_enable(bool enable) { - imx233_enable_interrupt(INT_SRC_USB_CTRL, enable); + imx233_icoll_enable_interrupt(INT_SRC_USB_CTRL, enable); } void INT_USB_CTRL(void) -- cgit v1.2.3