boards: st: nucleo_u385rg_q: update clock domain source for rng
Several tests failed due to a low clock frequency for the RNG peripheral. Increase the RNG clock frequency by providing MSIK with 96 MHz as the domain source. Signed-off-by: Fabrice DJIATSA <fabrice.djiatsa-ext@st.com>
This commit is contained in:
parent
8e70b5ad48
commit
ac733b1ae9
@ -110,6 +110,10 @@
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&clk_msik {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&clk_msis {
|
||||
status = "okay";
|
||||
msi-pll-mode;
|
||||
@ -160,6 +164,8 @@
|
||||
};
|
||||
|
||||
&rng {
|
||||
clocks = <&rcc STM32_CLOCK(AHB2, 18)>,
|
||||
<&rcc STM32_SRC_MSIK RNG_SEL(1)>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user