forked from len0rd/rockbox
iPod Classic: s5l8702 clocking rewrite+documentation
This is a rewrite of the clocking section, the resulting system frequencies are the same as the current git version. This pàtch uses fixed FClk and just one register is written to switch all system frequencies, it needs less steps than the current git version to reach the desired frequency, so it is faster and safer. Includes functions to step-up/down over a table of predefined set of frequencies. The major difference is that Vcore is decreased from 1050 to 1000 mV. See clocking-s5l8702.h for more information. Change-Id: I58ac6634e1996adbe1c0c0918a7ce94ad1917d8e
This commit is contained in:
parent
ad5e5c42fb
commit
f753b8ead1
7 changed files with 791 additions and 78 deletions
|
|
@ -1600,6 +1600,7 @@ target/arm/s5l8702/system-s5l8702.c
|
|||
target/arm/s5l8702/gpio-s5l8702.c
|
||||
target/arm/s5l8702/pl080.c
|
||||
target/arm/s5l8702/dma-s5l8702.c
|
||||
target/arm/s5l8702/clocking-s5l8702.c
|
||||
target/arm/s5l8702/ipod6g/lcd-ipod6g.c
|
||||
target/arm/s5l8702/ipod6g/lcd-asm-ipod6g.S
|
||||
#if 0 //TODO
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue