Browse Source

mfd: omap-usb-host: Update nports in platform_data

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>
Roger Quadros 12 years ago
parent
commit
662e469e91
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/mfd/omap-usb-host.c

+ 1 - 0
drivers/mfd/omap-usb-host.c

@@ -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;