Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
0030f654
Commit
0030f654
authored
Feb 14, 2013
by
Samuel Ortiz
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'usbhost17-common' of
git://github.com/rogerq/linux
into for-next
Signed-off-by:
Samuel Ortiz
<
sameo@linux.intel.com
>
parents
6e6680e3
7f07863e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
include/linux/platform_data/usb-omap.h
include/linux/platform_data/usb-omap.h
+6
-2
No files found.
include/linux/platform_data/usb-omap.h
View file @
0030f654
...
...
@@ -55,13 +55,17 @@ struct ohci_hcd_omap_platform_data {
};
struct
usbhs_omap_platform_data
{
enum
usbhs_omap_port_mode
port_mode
[
OMAP3_HS_USB_PORTS
];
enum
usbhs_omap_port_mode
port_mode
[
OMAP3_HS_USB_PORTS
];
int
reset_gpio_port
[
OMAP3_HS_USB_PORTS
];
struct
regulator
*
regulator
[
OMAP3_HS_USB_PORTS
];
struct
ehci_hcd_omap_platform_data
*
ehci_data
;
struct
ohci_hcd_omap_platform_data
*
ohci_data
;
/* OMAP3 <= ES2.1 have a single ulpi bypass control bit */
unsigned
single_ulpi_bypass
:
1
;
unsigned
single_ulpi_bypass
:
1
;
unsigned
es2_compatibility
:
1
;
unsigned
phy_reset
:
1
;
};
/*-------------------------------------------------------------------------*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment