msm: board-8064: Add user space RC input loopback driver support

Add support for user space RC input loopback driver in platform.
This driver repots Remote Control key events to kernel input subsystem.

Change-Id: I901701bed3c6e1e1bc896edb1fa6d5cd17d88a17
Signed-off-by: Ravi Kumar V <kumarrav@codeaurora.org>
diff --git a/arch/arm/mach-msm/board-8064.c b/arch/arm/mach-msm/board-8064.c
index be539d0..62f5d70 100644
--- a/arch/arm/mach-msm/board-8064.c
+++ b/arch/arm/mach-msm/board-8064.c
@@ -2252,6 +2252,11 @@
 	},
 };
 
+static struct platform_device rc_input_loopback_pdev = {
+	.name	= "rc-user-input",
+	.id	= -1,
+};
+
 static struct platform_device *mpq_devices[] __initdata = {
 	&msm_device_sps_apq8064,
 	&mpq8064_device_qup_i2c_gsbi5,
@@ -2268,6 +2273,7 @@
 #ifdef CONFIG_MSM_VCAP
 	&msm8064_device_vcap,
 #endif
+	&rc_input_loopback_pdev,
 };
 
 static struct msm_spi_platform_data apq8064_qup_spi_gsbi5_pdata = {