msm: board-8960: specify power budget to drive VBUS in host mode
During enumeration host software evaluates the power requirements of
the device and host doesn't select the configuration,if the power
requirements of particular configuration exceeds the power budget
of the device
8960 target can supply 750mA on VBUS during host mode. Hence specify
the power budget as 750mA for 8960 target.
Signed-off-by: Anji jonnala <anjir@codeaurora.org>
diff --git a/arch/arm/mach-msm/board-msm8960.c b/arch/arm/mach-msm/board-msm8960.c
index 502f939..80c05b5 100644
--- a/arch/arm/mach-msm/board-msm8960.c
+++ b/arch/arm/mach-msm/board-msm8960.c
@@ -2565,6 +2565,7 @@
.pclk_src_name = "dfab_usb_hs_clk",
.pmic_id_irq = PM8921_USB_ID_IN_IRQ(PM8921_IRQ_BASE),
.vbus_power = msm_hsusb_vbus_power,
+ .power_budget = 750,
};
#endif