Hi,

On Tue, Feb 23, 2010 at 08:01:50PM +0530, Gupta, Ajay Kumar wrote:
> Board files are providing the actual mA and it is getting divided in 
> Arch/arm/mach-omap2/usb-musb.c. See the code snippet below,
> 
>         musb_plat.clock = "ick";
>         musb_plat.board_data = board_data;
> -->     musb_plat.power = board_data->power >> 1;
>         musb_plat.mode = board_data->mode;
> 
> So we need to either take this patch or fix this logic of dividing the mA
> supplied from all omap board files.

that's true, had missed that. Sorry.

-- 
balbi

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to