Skip to content

Commit

Permalink
tests: clock_control: stm32h7: pll2: Fix test configuration
Browse files Browse the repository at this point in the history
In test spi1_pll2p_1, pll2 should be enabled instead of pll3.

Signed-off-by: Erwan Gouriou <[email protected]>
  • Loading branch information
erwango authored and carlescufi committed Jan 4, 2023
1 parent a7743a4 commit 888607d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* It is assumed that it is applied after core_init.overlay file.
*/

&pll3 {
&pll2 {
clocks = <&clk_hse>;
div-m = <1>;
mul-n = <24>;
Expand Down

0 comments on commit 888607d

Please sign in to comment.