mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 09:34:18 +00:00
fix(stm32mp13-fdts): correct PLL nodes name
Align aliases and node names for PLL nodes. Signed-off-by: Yann Gautier <yann.gautier@foss.st.com> Change-Id: I863995eb884fc61c10d512bed0fd404b75ead353
This commit is contained in:
parent
6f70cce625
commit
93ed4f0801
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