summaryrefslogtreecommitdiff
path: root/arch/arm/mach-ux500/board-mop500-vibra.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-ux500/board-mop500-vibra.c')
-rw-r--r--arch/arm/mach-ux500/board-mop500-vibra.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-ux500/board-mop500-vibra.c b/arch/arm/mach-ux500/board-mop500-vibra.c
index bb4ba28774f..911ecf26b5a 100644
--- a/arch/arm/mach-ux500/board-mop500-vibra.c
+++ b/arch/arm/mach-ux500/board-mop500-vibra.c
@@ -43,7 +43,7 @@ void __init mop500_vibra_init(void)
{
int ret;
- if (machine_is_hrefv60())
+ if (machine_is_hrefv60() || machine_is_u8520() || machine_is_u9540())
ux500_vibra_device.dev.platform_data = &linear_vibra_plat_data;
else
ux500_vibra_device.dev.platform_data = &rotary_vibra_plat_data;