2
0
forked from Ivasoft/openwrt

update 3.2 patches

sync with lantiq kernel series

SVN-Revision: 31260
This commit is contained in:
John Crispin
2012-04-12 12:33:56 +00:00
parent 1b75788451
commit e3889bcf7c
75 changed files with 1524 additions and 318 deletions

View File

@@ -43,7 +43,6 @@ static struct resource resources[] =
},
[1] = {
.name = "dwc_otg_irq",
.start = LTQ_USB_INT,
.flags = IORESOURCE_IRQ,
},
};
@@ -65,6 +64,7 @@ xway_register_dwc(int pin)
struct irq_data d;
d.irq = resources[1].start;
ltq_enable_irq(&d);
resources[1].start = ltq_is_ase() ? LTQ_USB_ASE_INT : LTQ_USB_INT;
platform_dev.dev.platform_data = (void*) pin;
return platform_device_register(&platform_dev);
}