mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
S5L870x: Fix PCLK freq
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23103 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9f18e1958f
commit
c3dc24b479
3 changed files with 2 additions and 4 deletions
|
|
@ -123,7 +123,7 @@ start_loc:
|
|||
ldr r0, [r1,#0x20] // PLLLOCK
|
||||
tst r0, #1
|
||||
beq 1b
|
||||
mov r0, #0x80
|
||||
mov r0, #0x280
|
||||
str r0, [r1,#0x3c] // CLKCON2
|
||||
ldr r0, =0x20803180 // FCLK_CPU = 200MHz, HCLK = 100MHz, PCLK = 50MHz, other clocks off
|
||||
str r0, [r1] // CLKCON
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue