Skip to content

Commit

Permalink
ARM: dts: stm32: Fix HSE clock frequency for stm32h743i-disco board
Browse files Browse the repository at this point in the history
The HSE oscillator frequency was wrongly set to 125MHz instead of 25MHz.

Signed-off-by: Patrice Chotard <[email protected]>
Signed-off-by: Alexandre Torgue <[email protected]>
  • Loading branch information
pchotard authored and atorgue committed Feb 27, 2018
1 parent e51acdb commit 9137b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/stm32h743i-disco.dts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
};

&clk_hse {
clock-frequency = <125000000>;
clock-frequency = <25000000>;
};

&usart2 {
Expand Down

0 comments on commit 9137b84

Please sign in to comment.