mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-25 22:35:42 +00:00
fix(stm32mp13-fdts): cosmetic fixes in PLL nodes
- remove spaces in DT properties. - rename pll3_vco_417_8Mhz into pll3_vco_417Mhz Signed-off-by: Gabriel Fernandez <gabriel.fernandez@foss.st.com> Change-Id: Iec3b9ef70dd3c70873263f4959bf6c03d26cbe7d
This commit is contained in:
parent
2a4abe0b37
commit
8b826636a3
1 changed files with 18 additions and 18 deletions
|
@ -228,7 +228,7 @@
|
||||||
frac = <0x1400>;
|
frac = <0x1400>;
|
||||||
};
|
};
|
||||||
|
|
||||||
pll3_vco_417_8Mhz: pll3-vco-417_8Mhz {
|
pll3_vco_417Mhz: pll3-vco-417Mhz {
|
||||||
src = <CLK_PLL3_HSE>;
|
src = <CLK_PLL3_HSE>;
|
||||||
divmn = <1 33>;
|
divmn = <1 33>;
|
||||||
frac = <0x1a04>;
|
frac = <0x1a04>;
|
||||||
|
@ -274,7 +274,7 @@
|
||||||
st,pll = <&pll3_cfg1>;
|
st,pll = <&pll3_cfg1>;
|
||||||
|
|
||||||
pll3_cfg1: pll3_cfg1 {
|
pll3_cfg1: pll3_cfg1 {
|
||||||
st,pll_vco = < &pll3_vco_417_8Mhz >;
|
st,pll_vco = <&pll3_vco_417Mhz>;
|
||||||
st,pll_div_pqr = <1 16 1>;
|
st,pll_div_pqr = <1 16 1>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue