Skip to content

Commit f7d21d5

Browse files
ABOSTMnashif
authored andcommitted
dts: arm: st: wb: no HSE bypass capability
STM32WB has no more HSE bypass capability but still has HSE capability Signed-off-by: Alexandre Bourdiol <[email protected]>
1 parent 29d1e90 commit f7d21d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dts/arm/st/wb/stm32wb.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
clocks {
4747
clk_hse: clk-hse {
4848
#clock-cells = <0>;
49-
compatible = "st,stm32-hse-clock";
49+
compatible = "fixed-clock";
5050
/* Expected clock-frequency on the whole series 32MHz */
5151
clock-frequency = <DT_FREQ_M(32)>;
5252
status = "disabled";

0 commit comments

Comments
 (0)