mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-03 01:50:25 +00:00
arm: iproc: Add higher speed configurations
Add support for 1.3GHz, 1.35GHz and 1.4GHz parts. This is based on equivalent code in Broadcom's LDK 5.0.6. Signed-off-by: Chris Packham <judge.packham@gmail.com>
This commit is contained in:
parent
7dd42be9f9
commit
9fe79ca0ac
1 changed files with 16 additions and 13 deletions
|
@ -32,6 +32,9 @@ struct armpll_parameters armpll_clk_tab[] = {
|
|||
{ 1100, 88, 1, 1, 7},
|
||||
{ 1120, 89, 629145, 1, 7},
|
||||
{ 1200, 96, 1, 1, 7},
|
||||
{ 1300, 104, 1, 1, 7},
|
||||
{ 1350, 108, 1, 1, 7},
|
||||
{ 1400, 112, 1, 1, 7},
|
||||
};
|
||||
|
||||
uint32_t armpll_config(uint32_t clkmhz)
|
||||
|
|
Loading…
Reference in a new issue