Skip to content

Commit

Permalink
ARM: ux500: Register Cryp and Hash platform drivers on Snowball
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Lee Jones authored and Linus Walleij committed May 23, 2013
1 parent de97630 commit 95e4bf9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/mach-ux500/board-mop500.c
Original file line number Diff line number Diff line change
Expand Up @@ -637,6 +637,8 @@ static void __init snowball_init_machine(void)

mop500_snowball_ethernet_clock_enable();

u8500_cryp1_hash1_init(parent);

/* This board has full regulator constraints */
regulator_has_full_constraints();
}
Expand Down

0 comments on commit 95e4bf9

Please sign in to comment.