diff options
author | David Mosberger-Tang <davidm@egauge.net> | 2014-05-29 10:23:55 -0600 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-05-29 11:19:30 -0700 |
commit | 4055e5e54ecea4a41edec42f6bd4ee274892e872 (patch) | |
tree | 2120dec626ae5440b5def392fcfdda06821bbfdc /include | |
parent | 05dfa5c9bc37933181b619e42ec0eeb41ef31362 (diff) | |
download | lwn-4055e5e54ecea4a41edec42f6bd4ee274892e872.tar.gz lwn-4055e5e54ecea4a41edec42f6bd4ee274892e872.zip |
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>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/platform_data/max3421-hcd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/platform_data/max3421-hcd.h b/include/linux/platform_data/max3421-hcd.h index 4ad459605d87..0303d1970084 100644 --- a/include/linux/platform_data/max3421-hcd.h +++ b/include/linux/platform_data/max3421-hcd.h @@ -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 */ |