msm: mpq_8064: add support for GSBI5 I2C configuration

GSBI5 support is added on MPQ 8064 as an I2C device
to provide access to the AVC board. Also, GSBI1 and
GSGI7 are not available because VCAP is enabled so
support for them is removed.

Change-Id: I7436574be80f0be035189aba4ed4ea31a7eb33e1
Signed-off-by: Joel King <joelking@codeaurora.org>
diff --git a/arch/arm/mach-msm/devices.h b/arch/arm/mach-msm/devices.h
index 8e53774..2e6a6bd 100644
--- a/arch/arm/mach-msm/devices.h
+++ b/arch/arm/mach-msm/devices.h
@@ -364,3 +364,4 @@
 extern struct platform_device msm_device_vfe;
 extern struct platform_device msm_device_vpe;
 
+extern struct platform_device mpq8064_device_qup_i2c_gsbi5;