msm: 8064: Don't enable PMIC devices on Rumi

The PMIC devices are not wired up on the Rumi builds, which
leads to interrupt storms. Disable these devices on the
Rumi.

Signed-off-by: Stepan Moskovchenko <stepanm@codeaurora.org>

Conflicts:

	arch/arm/mach-msm/board-apq8064.c
diff --git a/arch/arm/mach-msm/board-apq8064.c b/arch/arm/mach-msm/board-apq8064.c
index bcd4cbf..2d6e535 100644
--- a/arch/arm/mach-msm/board-apq8064.c
+++ b/arch/arm/mach-msm/board-apq8064.c
@@ -121,13 +121,13 @@
 static struct platform_device *common_devices[] __initdata = {
 	&apq8064_device_qup_i2c_gsbi4,
 	&apq8064_device_qup_spi_gsbi5,
-	&apq8064_device_ssbi_pmic1,
-	&apq8064_device_ssbi_pmic2,
 };
 
 static struct platform_device *sim_devices[] __initdata = {
 	&apq8064_device_dmov,
 	&apq8064_device_uart_gsbi3,
+	&apq8064_device_ssbi_pmic1,
+	&apq8064_device_ssbi_pmic2,
 };
 
 static struct platform_device *rumi3_devices[] __initdata = {