projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c77852
)
ARM: nomadik: register PL031 RTC
author
Linus Walleij
<linus.walleij@linaro.org>
Mon, 9 Jan 2012 13:17:01 +0000
(14:17 +0100)
committer
Linus Walleij
<linus.walleij@linaro.org>
Sun, 10 Jun 2012 16:41:34 +0000
(18:41 +0200)
This registers the PL031 derivate found in the Nomadik 8815
SoCs.
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/mach-nomadik/cpu-8815.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-nomadik/cpu-8815.c
b/arch/arm/mach-nomadik/cpu-8815.c
index c0f28a6d0d06d955b529fce244b6927dcd28ec0b..88511fef79879875847ca3861f8094ce3f6e17b2 100644
(file)
--- a/
arch/arm/mach-nomadik/cpu-8815.c
+++ b/
arch/arm/mach-nomadik/cpu-8815.c
@@
-92,6
+92,7
@@
static int __init cpu8815_init(void)
cpu8815_add_gpios(cpu8815_gpio_base, ARRAY_SIZE(cpu8815_gpio_base),
IRQ_GPIO0, &pdata);
amba_apb_device_add(NULL, "rng", NOMADIK_RNG_BASE, SZ_4K, 0, 0, NULL, 0);
+ amba_apb_device_add(NULL, "rtc-pl031", NOMADIK_RTC_BASE, SZ_4K, IRQ_RTC_RTT, 0, NULL, 0);
return 0;
}
arch_initcall(cpu8815_init);