Skip to content

Commit 1532d00

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 f4b7e6f commit 1532d00

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,7 +56,8 @@
5656

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

0 commit comments

Comments
 (0)