Skip to content

Commit 960d5f5

Browse files
ikmdanicarlescufi
authored andcommitted
dts/arm: STM32: Adding flash clock settings in dtsi for stm32l4 series.
This patch adds flash clock settings in device tree for stm32l4 series so that the stm32 flash driver can get the clock settings from this dtsi file. Signed-off-by: Krishna Mohan Dani <[email protected]>
1 parent 0401a01 commit 960d5f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dts/arm/st/l4/stm32l4.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
label = "FLASH_CTRL";
4040
reg = <0x40022000 0x400>;
4141
interrupts = <4 0>;
42+
clocks = <&rcc STM32_CLOCK_BUS_AHB1 0x00000100>;
4243

4344
#address-cells = <1>;
4445
#size-cells = <1>;

0 commit comments

Comments
 (0)