msm: Specify NAND controller version in fsm9xxx

This corrects the version information of NAND controller in fsm9xxx
chipset. It is VERSION_2.

Change-Id: Ie3000815ebcdf578468efd6b0ca812787d4e414c
Signed-off-by: Kalyan Thota <kalyant@codeaurora.org>
diff --git a/arch/arm/mach-msm/devices-fsm9xxx.c b/arch/arm/mach-msm/devices-fsm9xxx.c
index 639eeae..9043223 100644
--- a/arch/arm/mach-msm/devices-fsm9xxx.c
+++ b/arch/arm/mach-msm/devices-fsm9xxx.c
@@ -228,6 +228,7 @@
 	.parts		= NULL,
 	.nr_parts	= 0,
 	.interleave     = 0,
+	.version	= VERSION_2,
 };
 
 struct platform_device msm_device_nand = {