summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-ux500/board-mop500.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-ux500/board-mop500.c b/arch/arm/mach-ux500/board-mop500.c
index aec7696b281..37595b8c259 100644
--- a/arch/arm/mach-ux500/board-mop500.c
+++ b/arch/arm/mach-ux500/board-mop500.c
@@ -1334,6 +1334,10 @@ static void __init hrefv60_init_machine(void)
i2c_register_board_info(2, mop500_i2c2_devices,
ARRAY_SIZE(mop500_i2c2_devices));
+ /* Snowball want sensors, u8500 get them from stuib */
+ if (machine_is_snowball())
+ mop500_sensors_init();
+
/* This board has full regulator constraints */
regulator_has_full_constraints();
}