Hello, We are designing a custom OMAP board that will have a 500mA supply on the OTG port. It looks like the power is set with:
struct omap_musb_board_data {
u8 interface_type;
u8 mode;
u8 power;
};
However, with a u8, the max value is 255. Should power be changed to a u16?
Thanks,
Cliff
--
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
