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
committerPhilippe Langlais <philippe.langlais@stericsson.com>2012-05-22 11:02:21 +0200
commit2239ee867d68e91bb2a0492b0104c6fd27e82f73 (patch)
tree5934a589e5caea92e491317d9ea05d4b4e5c4eb2 /arch/arm/mach-ux500/board-mop500.c
parent32bb5ea648d5aa717644ca5d8a04d2d504db907a (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 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();
}