msm: 9615: Flip the sizes of GSBI_CTRL block and QUP block

We need only 4 bytes to write the protocol code in the GSBI_CTRL
register and need 4KB for the QUP registers.

Signed-off-by: Harini Jayaraman <harinij@codeaurora.org>
diff --git a/arch/arm/mach-msm/devices-9615.c b/arch/arm/mach-msm/devices-9615.c
index 61bc5fd..07f7f8b 100644
--- a/arch/arm/mach-msm/devices-9615.c
+++ b/arch/arm/mach-msm/devices-9615.c
@@ -76,13 +76,13 @@
 	{
 		.name	= "gsbi_qup_i2c_addr",
 		.start	= MSM_GSBI5_PHYS,
-		.end	= MSM_GSBI5_PHYS + MSM_QUP_SIZE - 1,
+		.end	= MSM_GSBI5_PHYS + 4 - 1,
 		.flags	= IORESOURCE_MEM,
 	},
 	{
 		.name	= "qup_phys_addr",
 		.start	= MSM_GSBI5_QUP_PHYS,
-		.end	= MSM_GSBI5_QUP_PHYS + 4 - 1,
+		.end	= MSM_GSBI5_QUP_PHYS + MSM_QUP_SIZE - 1,
 		.flags	= IORESOURCE_MEM,
 	},
 	{