aboutsummaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2015-02-27 07:03:57 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2015-02-27 07:03:57 -0800
commitf71f43e1fe28486da3de6b19de6ef8fa8d7cbf36 (patch)
treecd5e2ea36c470bf26d8142eb8236a6557d287a08 /include/linux
parent702e2d257159084d9dc570082d43810ee3558b47 (diff)
parent3f92fa6e510fd356c9b503adfafd0ab6f22b844f (diff)
downloadqcom-msm-v3.10-f71f43e1fe28486da3de6b19de6ef8fa8d7cbf36.tar.gz
Merge "usb: ci13xxx_udc: Set USB system clock at 100 MHz in streaming mode"
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/usb/msm_hsusb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/usb/msm_hsusb.h b/include/linux/usb/msm_hsusb.h
index 374e71dd184..d482ce9583f 100644
--- a/include/linux/usb/msm_hsusb.h
+++ b/include/linux/usb/msm_hsusb.h
@@ -299,6 +299,7 @@ struct msm_otg_platform_data {
bool disable_retention_with_vdd_min;
int usb_id_gpio;
bool phy_dvdd_always_on;
+ struct clk *system_clk;
};
/* phy related flags */
@@ -562,6 +563,7 @@ struct ci13xxx_platform_data {
void *prv_data;
bool l1_supported;
bool enable_ahb2ahb_bypass;
+ struct clk *system_clk;
};
/**