]> git.baikalelectronics.ru Git - arm-tf.git/commitdiff
fix(stm32mp13-fdts): correct PLL nodes name
authorYann Gautier <yann.gautier@foss.st.com>
Mon, 3 Oct 2022 09:31:24 +0000 (11:31 +0200)
committerYann Gautier <yann.gautier@st.com>
Wed, 5 Oct 2022 16:05:07 +0000 (18:05 +0200)
Align aliases and node names for PLL nodes.

Signed-off-by: Yann Gautier <yann.gautier@foss.st.com>
Change-Id: I863995eb884fc61c10d512bed0fd404b75ead353

fdts/stm32mp135f-dk.dts

index e58be4040f90caf3e213d01ec0066d36dd11e6ba..aa1dd01da4083aca40fd0598ec28cb8ae39535c8 100644 (file)
                        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 >;
                };