tests: clock_control: stm32h7: pll2: Fix test configuration
In test spi1_pll2p_1, pll2 should be enabled instead of pll3. Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
parent
a7743a49aa
commit
888607d550
|
@ -9,7 +9,7 @@
|
||||||
* It is assumed that it is applied after core_init.overlay file.
|
* It is assumed that it is applied after core_init.overlay file.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
&pll3 {
|
&pll2 {
|
||||||
clocks = <&clk_hse>;
|
clocks = <&clk_hse>;
|
||||||
div-m = <1>;
|
div-m = <1>;
|
||||||
mul-n = <24>;
|
mul-n = <24>;
|
||||||
|
|
Loading…
Reference in a new issue