Skip to content

Commit 0b004c0

Browse files
erwangolaurenmurphyx64
authored andcommitted
dts: stm32f7: Configure rng domain clock
Configure RNG domain clock and align it on USB (as this is the same clk). This is not stricly required, as this configuration matches default reset but its more consistent this way. Signed-off-by: Erwan Gouriou <[email protected]>
1 parent 29a4eb3 commit 0b004c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dts/arm/st/f7/stm32f7.dtsi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,8 @@
725725
compatible = "st,stm32-rng";
726726
reg = <0x50060800 0x400>;
727727
interrupts = <80 0>;
728-
clocks = <&rcc STM32_CLOCK_BUS_AHB2 0x00000040>;
728+
clocks = <&rcc STM32_CLOCK_BUS_AHB2 0x00000040>,
729+
<&rcc STM32_SRC_PLL_Q CK48M_SEL(0)>;
729730
status = "disabled";
730731
};
731732

0 commit comments

Comments
 (0)