|
@@ -2025,7 +2025,7 @@ bad_config:
|
|
|
* isp1504, non-OTG, etc) mostly hooking up through ULPI.
|
|
|
*/
|
|
|
musb->isr = generic_interrupt;
|
|
|
- status = musb_platform_init(musb, plat->board_data);
|
|
|
+ status = musb_platform_init(musb);
|
|
|
if (status < 0)
|
|
|
goto fail2;
|
|
|
|
|
@@ -2206,7 +2206,7 @@ static u64 *orig_dma_mask;
|
|
|
static int __init musb_probe(struct platform_device *pdev)
|
|
|
{
|
|
|
struct device *dev = &pdev->dev;
|
|
|
- int irq = platform_get_irq(pdev, 0);
|
|
|
+ int irq = platform_get_irq_byname(pdev, "mc");
|
|
|
int status;
|
|
|
struct resource *iomem;
|
|
|
void __iomem *base;
|