msm: board-8064: Add platform device to enable usb host mode
apq8064 currently supports usb peripheral mode only. This change
enables otg support and allows apq8064 to either work in usb peripheral
mode or usb host mode.
Change-Id: Ia067e7fbdfdc3e01cc3c5e77cecd23d190b5e8ae
Signed-off-by: Hemant Kumar <hemantk@codeaurora.org>
diff --git a/arch/arm/mach-msm/devices.h b/arch/arm/mach-msm/devices.h
index 5d42f99..d0fdbfb 100644
--- a/arch/arm/mach-msm/devices.h
+++ b/arch/arm/mach-msm/devices.h
@@ -102,6 +102,7 @@
extern struct platform_device apq8064_device_otg;
extern struct platform_device apq8064_usb_diag_device;
extern struct platform_device apq8064_device_gadget_peripheral;
+extern struct platform_device apq8064_device_hsusb_host;
extern struct platform_device msm_device_i2c;