From 24565d6fb5fc44b17b21a4eed90c4968788d51a9 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Sat, 4 Aug 2012 18:01:25 +0200 Subject: [PATCH] --- yaml --- r: 322241 b: refs/heads/master c: 5fb234560eb3033b35812cd0d80613dbf37dca2f h: refs/heads/master i: 322239: e326cf26eb2131367c59ae2fa93ad476a6aad983 v: v3 --- [refs] | 2 +- trunk/arch/mips/ath79/dev-usb.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 9435bc926286..a28304f981f1 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b4da14abf27227fc767ec257f44de70085a0bc68 +refs/heads/master: 5fb234560eb3033b35812cd0d80613dbf37dca2f diff --git a/trunk/arch/mips/ath79/dev-usb.c b/trunk/arch/mips/ath79/dev-usb.c index 36e9570e7bc4..b2a2311ec85b 100644 --- a/trunk/arch/mips/ath79/dev-usb.c +++ b/trunk/arch/mips/ath79/dev-usb.c @@ -145,6 +145,8 @@ static void __init ar7240_usb_setup(void) ath79_ohci_resources[0].start = AR7240_OHCI_BASE; ath79_ohci_resources[0].end = AR7240_OHCI_BASE + AR7240_OHCI_SIZE - 1; + ath79_ohci_resources[1].start = ATH79_CPU_IRQ_USB; + ath79_ohci_resources[1].end = ATH79_CPU_IRQ_USB; platform_device_register(&ath79_ohci_device); }