summaryrefslogtreecommitdiff
path: root/arch/arm/mach-bcmring/arch.c
diff options
context:
space:
mode:
authorJiandong Zheng <jdzheng@broadcom.com>2011-05-18 23:36:57 (GMT)
committerRussell King <rmk+kernel@arm.linux.org.uk>2011-05-23 17:04:54 (GMT)
commitede2e23456c1a4b9ce038bb4ed095ed442b1b07e (patch)
treeeb7f7df27c4918572a3457a8cff8cebe51092ef0 /arch/arm/mach-bcmring/arch.c
parent23828a7a976eb8dbe3b5f4e83584c3fe814b295b (diff)
downloadlinux-fsl-qoriq-ede2e23456c1a4b9ce038bb4ed095ed442b1b07e.tar.xz
ARM: 6912/1: bcmring: Add clkdev table in init_early
Move adding clkdev table to init_early to make sure the common sp804 clockevents can be initialized properly. Signed-off-by: Jiandong Zheng <jdzheng@broadcom.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-bcmring/arch.c')
-rw-r--r--arch/arm/mach-bcmring/arch.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-bcmring/arch.c b/arch/arm/mach-bcmring/arch.c
index 73eb066..a604b9e 100644
--- a/arch/arm/mach-bcmring/arch.c
+++ b/arch/arm/mach-bcmring/arch.c
@@ -169,6 +169,7 @@ MACHINE_START(BCMRING, "BCMRING")
/* Maintainer: Broadcom Corporation */
.fixup = bcmring_fixup,
.map_io = bcmring_map_io,
+ .init_early = bcmring_init_early,
.init_irq = bcmring_init_irq,
.timer = &bcmring_timer,
.init_machine = bcmring_init_machine