dts: stm32l4: Add a comment on RNG clock configuration
Explicit default RNG domain clock configuration constraints. Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
parent
f48dfbf0c6
commit
d6990ff8d9
|
@ -448,6 +448,9 @@
|
|||
reg = <0x50060800 0x400>;
|
||||
interrupts = <80 0>;
|
||||
clocks = <&rcc STM32_CLOCK_BUS_AHB2 0x00040000>,
|
||||
/* Following domain clock setting requires MSI
|
||||
* clock to be enabled with msi-range = <11>;
|
||||
*/
|
||||
<&rcc STM32_SRC_MSI CLK48_SEL(3)>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue