mirror of
https://github.com/torvalds/linux.git
synced 2026-06-09 23:23:53 +02:00
change AXI frequency division from 3 to 2
This commit is contained in:
parent
be8970a989
commit
bd03eb18b7
|
|
@ -413,7 +413,7 @@ static const struct arm_pll_set arm_pll[] = {
|
|||
// rate NR NF NO adiv hdiv pdiv
|
||||
ARM_PLL(1200, 1, 50, 1, 31, 21, 81),
|
||||
ARM_PLL(1104, 1, 46, 1, 31, 21, 81),
|
||||
ARM_PLL(1008, 1, 42, 1, 31, 21, 81),
|
||||
ARM_PLL(1008, 1, 42, 1, 21, 21, 81),
|
||||
ARM_PLL( 912, 1, 38, 1, 31, 21, 81),
|
||||
ARM_PLL( 888, 2, 74, 1, 31, 21, 81),
|
||||
ARM_PLL( 816, 1, 34, 1, 31, 21, 81),
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user