projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de97630
)
ARM: ux500: Register Cryp and Hash platform drivers on Snowball
author
Lee Jones
<lee.jones@linaro.org>
Wed, 15 May 2013 09:51:42 +0000
(10:51 +0100)
committer
Linus Walleij
<linus.walleij@linaro.org>
Thu, 23 May 2013 19:14:25 +0000
(21:14 +0200)
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>
arch/arm/mach-ux500/board-mop500.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-ux500/board-mop500.c
b/arch/arm/mach-ux500/board-mop500.c
index f747c6476aa3e7b541b954987b43172469e9370f..3507399d890941fb53c8131cbac597c549b13de0 100644
(file)
--- 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)
mop500_snowball_ethernet_clock_enable();
+ u8500_cryp1_hash1_init(parent);
+
/* This board has full regulator constraints */
regulator_has_full_constraints();
}