Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Lee Jones and committed by
Linus Walleij
95e4bf98 de97630d

+2
+2
arch/arm/mach-ux500/board-mop500.c
··· 637 637 638 638 mop500_snowball_ethernet_clock_enable(); 639 639 640 + u8500_cryp1_hash1_init(parent); 641 + 640 642 /* This board has full regulator constraints */ 641 643 regulator_has_full_constraints(); 642 644 }