mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 17:44:19 +00:00
Merge "fix(stm32mp13-fdts): correct PLL nodes name" into integration
This commit is contained in:
commit
36d18c542e
1 changed files with 2 additions and 2 deletions
|
@ -228,13 +228,13 @@
|
|||
frac = < 0x1400 >;
|
||||
};
|
||||
|
||||
pll3_vco_417_8Mhz: pll2-vco-417_8Mhz {
|
||||
pll3_vco_417_8Mhz: pll3-vco-417_8Mhz {
|
||||
src = < CLK_PLL3_HSE >;
|
||||
divmn = < 1 33 >;
|
||||
frac = < 0x1a04 >;
|
||||
};
|
||||
|
||||
pll4_vco_600Mhz: pll2-vco-600Mhz {
|
||||
pll4_vco_600Mhz: pll4-vco-600Mhz {
|
||||
src = < CLK_PLL4_HSE >;
|
||||
divmn = < 1 49 >;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue