summaryrefslogtreecommitdiff
path: root/arch/arm/mach-ux500/board-mop500.c
diff options
context:
space:
mode:
authorRobert Marklund <robert.marklund@stericsson.com>2011-10-26 15:22:16 +0200
committerLee Jones <lee.jones@linaro.org>2012-01-05 10:12:00 +0000
commit830e6907f6284edcce86ef5cd873c7aaf064594c (patch)
treebc98f55fdaef09d8f21739ca4af4e329125ad947 /arch/arm/mach-ux500/board-mop500.c
parent95e7274d0c2543dda6ed84cc52b78fa0ec0059c3 (diff)
ux500: Add sensors for snowball
Add sensors for snowball board, u8500 get the sensors included in the uib. Change-Id: I2a9327a6dc2eae84ab62529fc2818f2ace25e7a2 Signed-off-by: Robert Marklund <robert.marklund@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/35358 Reviewed-by: Philippe LANGLAIS <philippe.langlais@stericsson.com>
Diffstat (limited to 'arch/arm/mach-ux500/board-mop500.c')
-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 7871be1f8e8..fb51fe0b06a 100644
--- a/arch/arm/mach-ux500/board-mop500.c
+++ b/arch/arm/mach-ux500/board-mop500.c
@@ -1298,6 +1298,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();
}