Skip to content

Commit df1d51e

Browse files
committed
dts: arm: st: l0: update hsi clock node to use hsi divider
Updated the clk_hsi node to use the "st,stm32l0-hsi-clock" compatible to use hsi divider. Signed-off-by: Khaoula Bidani <khaoula.bidani-ext@st.com>
1 parent ba13cdb commit df1d51e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dts/arm/st/l0/stm32l0.dtsi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,9 @@
5656

5757
clk_hsi: clk-hsi {
5858
#clock-cells = <0>;
59-
compatible = "fixed-clock";
6059
clock-frequency = <DT_FREQ_M(16)>;
60+
compatible = "st,stm32l0-hsi-clock";
61+
hsi-div = <1>;
6162
status = "disabled";
6263
};
6364

0 commit comments

Comments
 (0)