mfd: omap-usb-host: Update nports in platform_data
authorRoger Quadros <rogerq@ti.com>
Tue, 8 Jan 2013 14:01:52 +0000 (16:01 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Tue, 9 Apr 2013 07:42:23 +0000 (09:42 +0200)
EHCI driver would need to know the number of ports available
on the platform. We set the nports parameter of platform_data
based on IP version if it was not already provided.

Signed-off-by: Roger Quadros <rogerq@ti.com>
Acked-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/mfd/omap-usb-host.c

index 35a96e7..2520fac 100644 (file)
@@ -560,6 +560,7 @@ static int usbhs_omap_probe(struct platform_device *pdev)
                         omap->usbhs_rev, omap->nports);
                        break;
                }
+               pdata->nports = omap->nports;
        }
 
        i = sizeof(struct clk *) * omap->nports;