diff options
| author | Marek Vasut <[email protected]> | 2014-11-04 04:23:25 +0100 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2014-11-07 16:32:02 +0100 |
| commit | 481a11c552978132a7e291213762af82ed3e7003 (patch) | |
| tree | 26cce85bea2af306b8e04d4800b36ba69942f439 /include | |
| parent | d1b6c77e1f7ed4821da008c80325f589fcf44df9 (diff) | |
usb: s3c-otg: Allow custom gusbcfg
Allow passing in a custom configuration of the gusbcfg register
via platform data.
Signed-off-by: Marek Vasut <[email protected]>
Cc: Chin Liang See <[email protected]>
Cc: Dinh Nguyen <[email protected]>
Cc: Vince Bridgers <[email protected]>
Acked-by: Pavel Machek <[email protected]>
Cc: Stefan Roese <[email protected]>
Reviewed-by: Lukasz Majewski <[email protected]>
Tested-by: Lukasz Majewski <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/usb/s3c_udc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/usb/s3c_udc.h b/include/usb/s3c_udc.h index 70e48f88ee7..7f49a4e2d5c 100644 --- a/include/usb/s3c_udc.h +++ b/include/usb/s3c_udc.h @@ -108,5 +108,6 @@ struct s3c_plat_otg_data { unsigned int regs_otg; unsigned int usb_phy_ctrl; unsigned int usb_flags; + unsigned int usb_gusbcfg; }; #endif |
