aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2013-05-15 05:51:42 -0400
committerLinus Walleij <linus.walleij@linaro.org>2013-05-23 15:14:25 -0400
commit95e4bf98520c9a92cd1b87d12c89e8c60c5fe2ca (patch)
treee606b7e0d9b71ef4f1b3b523a422d3f8d9fc662b
parentde97630d52069c96476dc156badaf1e2f74c55d5 (diff)
ARM: ux500: Register Cryp and Hash platform drivers on Snowball
These drivers are now operational and even use the latest common clk and DMA APIs. There's no reason why we shouldn't start them up now. Signed-off-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
-rw-r--r--arch/arm/mach-ux500/board-mop500.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-ux500/board-mop500.c b/arch/arm/mach-ux500/board-mop500.c
index f747c6476aa3..3507399d8909 100644
--- a/arch/arm/mach-ux500/board-mop500.c
+++ b/arch/arm/mach-ux500/board-mop500.c
@@ -637,6 +637,8 @@ static void __init snowball_init_machine(void)
637 637
638 mop500_snowball_ethernet_clock_enable(); 638 mop500_snowball_ethernet_clock_enable();
639 639
640 u8500_cryp1_hash1_init(parent);
641
640 /* This board has full regulator constraints */ 642 /* This board has full regulator constraints */
641 regulator_has_full_constraints(); 643 regulator_has_full_constraints();
642} 644}