diff options
Diffstat (limited to 'arch/arm/mach-msm/board-qsd8x50.c')
-rw-r--r-- | arch/arm/mach-msm/board-qsd8x50.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-msm/board-qsd8x50.c b/arch/arm/mach-msm/board-qsd8x50.c index 9169ec324a43..4c748616ef47 100644 --- a/arch/arm/mach-msm/board-qsd8x50.c +++ b/arch/arm/mach-msm/board-qsd8x50.c | |||
@@ -116,7 +116,7 @@ static int hsusb_phy_clk_reset(struct clk *phy_clk) | |||
116 | 116 | ||
117 | static struct msm_otg_platform_data msm_otg_pdata = { | 117 | static struct msm_otg_platform_data msm_otg_pdata = { |
118 | .phy_init_seq = hsusb_phy_init_seq, | 118 | .phy_init_seq = hsusb_phy_init_seq, |
119 | .mode = USB_PERIPHERAL, | 119 | .mode = USB_DR_MODE_PERIPHERAL, |
120 | .otg_control = OTG_PHY_CONTROL, | 120 | .otg_control = OTG_PHY_CONTROL, |
121 | .link_clk_reset = hsusb_link_clk_reset, | 121 | .link_clk_reset = hsusb_link_clk_reset, |
122 | .phy_clk_reset = hsusb_phy_clk_reset, | 122 | .phy_clk_reset = hsusb_phy_clk_reset, |