Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 06385e49 authored by Linus Walleij's avatar Linus Walleij Committed by Russell King
Browse files

ARM: 6278/2: fix regression in RealView after the introduction of pclk



The patch to add the apb_pclk to the AMBA/PrimeCell bus broke
RealView, since the clockdevice is not registered at probe() time.
This moves clock initialization to a core_initcall()

[rmk:moved before the problematical commit to avoid bisect problems]

Signed-off-by: default avatarLinus Walleij <linus.walleij@stericsson.com>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 3126c7bc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -347,7 +347,7 @@ static int __init clk_init(void)

	return 0;
}
arch_initcall(clk_init);
core_initcall(clk_init);

/*
 * CLCD support.