boards: arm: enabling hsi48 for SDMMC peripheral on stm32 platforms
The different boards with stm32 which have node enabled in their DTS also requires the HSI48 clock to be enabled. Signed-off-by: Francois Ramu <francois.ramu@st.com>
This commit is contained in:
parent
d5e304621d
commit
7c6fa7c370
|
@ -66,6 +66,10 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&clk_hsi48 {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
&clk_hse {
|
&clk_hse {
|
||||||
clock-frequency = <DT_FREQ_M(24)>;
|
clock-frequency = <DT_FREQ_M(24)>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
|
@ -67,6 +67,10 @@
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&clk_hsi48 {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
&clk_hsi {
|
&clk_hsi {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue