Re: da830/omapl137 boot problem caused by clocks

2009-08-19 Thread Koen Kooi
On 15-08-09 22:03, Koen Kooi wrote: Hi, 2kernel BUG at arch/arm/mach-davinci/time.c:375! 1Unable to handle kernel NULL pointer dereference at virtual address 1pgd = c0004000 it's this bit: timer_clk = clk_get(NULL, timer0); I've seen some talk about not using clocknames and all, but

Re: da830/omapl137 boot problem caused by clocks

2009-08-19 Thread Steve Chen
On Wed, 2009-08-19 at 11:43 +0200, Koen Kooi wrote: On 15-08-09 22:03, Koen Kooi wrote: Hi, 2kernel BUG at arch/arm/mach-davinci/time.c:375! 1Unable to handle kernel NULL pointer dereference at virtual address 1pgd = c0004000 it's this bit: timer_clk = clk_get(NULL,

Re: da830/omapl137 boot problem caused by clocks

2009-08-19 Thread Koen Kooi
On 19-08-09 13:48, Steve Chen wrote: On Wed, 2009-08-19 at 11:43 +0200, Koen Kooi wrote: On 15-08-09 22:03, Koen Kooi wrote: Hi, 2kernel BUG at arch/arm/mach-davinci/time.c:375! 1Unable to handle kernel NULL pointer dereference at virtual address 1pgd = c0004000 it's this bit:

da830/omapl137 boot problem caused by clocks

2009-08-15 Thread Koen Kooi
Hi, 2kernel BUG at arch/arm/mach-davinci/time.c:375! 1Unable to handle kernel NULL pointer dereference at virtual address 1pgd = c0004000 it's this bit: timer_clk = clk_get(NULL, timer0); I've seen some talk about not using clocknames and all, but I haven't wrapped my head