
4 May
2005
4 May
'05
1:51 p.m.
Anders,
you're not supposed to switch clocking mode before the PLLs are set up and have had time to stabilize. This takes place in the first part of lowlevel_init, which is called _after_ the code your patch touches. If we switch clocking mode in start.S we can only do so after lowlevel_init returns (a few lines further down).
Of course, you're right.
But still, I'd love to hear if this is working for s3c24x0 as well.
-- Steven