msm: board-apq8064: Add USB peripheral and OTG support
Adding USB peripheral and OTG support to 8064 platform.
Also adding DIAG and ADB functions to the android gadget and
enabling DIAG+ADB compositions.
Signed-off-by: Hemant Kumar <hemantk@codeaurora.org>
diff --git a/arch/arm/mach-msm/devices-8064.c b/arch/arm/mach-msm/devices-8064.c
index 6b8e521..f2b52b2 100644
--- a/arch/arm/mach-msm/devices-8064.c
+++ b/arch/arm/mach-msm/devices-8064.c
@@ -44,6 +44,11 @@
#define MSM_PMIC2_SSBI_CMD_PHYS 0x00C00000
#define MSM_PMIC_SSBI_SIZE SZ_4K
+/* Address of HS USBOTG1 */
+#define MSM_HSUSB_PHYS 0x12500000
+#define MSM_HSUSB_SIZE SZ_4K
+
+
static struct resource msm_dmov_resource[] = {
{
.start = ADM_0_SCSS_0_IRQ,