Skip to content

Commit 888607d

Browse files
erwangocarlescufi
authored andcommitted
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>
1 parent a7743a4 commit 888607d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/drivers/clock_control/stm32_clock_configuration/stm32h7_devices/boards/spi1_pll2p_1.overlay

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* It is assumed that it is applied after core_init.overlay file.
1010
*/
1111

12-
&pll3 {
12+
&pll2 {
1313
clocks = <&clk_hse>;
1414
div-m = <1>;
1515
mul-n = <24>;

0 commit comments

Comments
 (0)