Thread (4 messages) flat view 4 messages, 3 authors, 2013-01-24

[PATCH 1/1] ARM: ux500: Fix u9540 booting issues

From: arnd@arndb.de (Arnd Bergmann)
Date: 2012-11-27 12:36:13
Also in: lkml

On Tuesday 27 November 2012, Lee Jones wrote:
The u9540 stopped booting after the v3.7 merge window due to
a lack of common clk support and early PRCMU initialisation.
In this patch we rectify these issues, placing the u9540
development board back into a successfully booting state.
-       if (cpu_is_u8500_family())
+       if (cpu_is_u8500_family() || cpu_is_u9540())
                u8500_clk_init();
-       else if (cpu_is_u9540())
-               u9540_clk_init();
        else if (cpu_is_u8540())
                u8540_clk_init();
It certainly doesn't /look/ right, even if it works.  Can you explain why
u8540_clk_init works and u9540_clk_init doesn't?

	Arnd
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help