usb: host: max3421-hcd: Allow platform-data to specify Vbus polarity

Signed-off-by: Davidm Mosberger <davidm@egauge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
David Mosberger-Tang
2014-05-29 10:23:55 -06:00
committed by Greg Kroah-Hartman
parent 05dfa5c9bc
commit 4055e5e54e
2 changed files with 5 additions and 2 deletions
@@ -18,6 +18,7 @@
*/
struct max3421_hcd_platform_data {
u8 vbus_gpout; /* pin controlling Vbus */
u8 vbus_active_level; /* level that turns on power */
};
#endif /* MAX3421_HCD_PLAT_H_INCLUDED */