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:
Gabriel Fernandez 2023-05-10 17:27:29 +02:00 committed by Yann Gautier
parent 2a4abe0b37
commit 8b826636a3

View file

@ -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>;
}; };
}; };