aboutsummaryrefslogtreecommitdiff
path: root/arch/arm
diff options
context:
space:
mode:
authorMarcin Mielczarczyk <marcin.mielczarczyk@tieto.com>2010-06-18 07:21:59 +0200
committerJohn Rigby <john.rigby@linaro.org>2010-09-02 22:45:45 -0600
commit569ab348115b92c48d9327ede13ae957790ed8f9 (patch)
tree85d2116c91587457e1781322612e35ac9729d1a8 /arch/arm
parent20970d371a89aaefcdd3eb7e75834d4a49f82969 (diff)
Vibrator: Force feedback vibrator driver
Implementation of ST-Ericsson's force feedback vibrator driver. ST-Ericsson ID: WP261766 This workpackage is dependent on delivery of WP259003 and WP259004. Signed-off-by: Marcin Mielczarczyk <marcin.mielczarczyk@tieto.com> Signed-off-by: Jerzy Kasenberg <jerzy.kasenberg@tieto.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/1736 Reviewed-by: Jonas ABERG <jonas.aberg@stericsson.com> Reviewed-by: Marcus COOPER <marcus.xm.cooper@stericsson.com> Tested-by: Marcus COOPER <marcus.xm.cooper@stericsson.com> Signed-off-by: Mian Yousaf Kaukab <mian.yousaf.kaukab@stericsson.com> Change-Id: Ib163dd6f2914b90a3be9dffa9d4195fa70fb70cd Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/2623
Diffstat (limited to 'arch/arm')
-rwxr-xr-xarch/arm/mach-ux500/board-mop500.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-ux500/board-mop500.c b/arch/arm/mach-ux500/board-mop500.c
index a52bc7e6231..5135969510f 100755
--- a/arch/arm/mach-ux500/board-mop500.c
+++ b/arch/arm/mach-ux500/board-mop500.c
@@ -1263,6 +1263,11 @@ static struct platform_device ab8500_bm_device = {
},
};
+/* Force feedback vibrator device */
+static struct platform_device ste_ff_vibra_device = {
+ .name = "ste_ff_vibra"
+};
+
static struct platform_device *u8500_platform_devices[] __initdata = {
/*TODO - add platform devices here */
#ifdef CONFIG_KEYPAD_U8500
@@ -1300,6 +1305,7 @@ static struct platform_device *platform_board_devs[] __initdata = {
&u8500_ab8500_device,
&ab8500_gpadc_device,
&ab8500_bm_device,
+ &ste_ff_vibra_device,
&ux500_musb_device,
&ux500_mcde_device,
&ux500_b2r2_device,