From: Mika Westerberg Date: Fri, 3 Sep 2010 16:14:54 +0000 (+0100) Subject: ARM: 6359/1: ep93xx: move clock initialization earlier X-Git-Tag: v2.6.36-rc4~64^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a387f0f5409276c5cf75eecb61ef6e6896f851b4;p=pandora-kernel.git ARM: 6359/1: ep93xx: move clock initialization earlier Commit 7cfe24947 ("ARM: AMBA: Add pclk support to AMBA bus infrastructure") changed AMBA bus to handle the PCLK automatically. However, in EP93xx clock initialization is arch_initcall which is done later than AMBA device identification. This causes amba_get_enable_pclk() to fail resulting device where UARTs are not functional. So change ep93xx_clock_init() to be postcore_initcall. Signed-off-by: Mika Westerberg Acked-by: H Hartley Sweeten Signed-off-by: Russell King --- Reading git-diff-tree failed