Skip to content

Commit 6cc0297

Browse files
FRASTMcarlescufi
authored andcommitted
dts: arm: stm32l5 octospi clock source
The definition of the octospi clock source is given by the DTS node. The default value selects the sysclk (not pclk) for the alternate clock control. Signed-off-by: Francois Ramu <[email protected]>
1 parent 5299a58 commit 6cc0297

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dts/arm/st/l5/stm32l5.dtsi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,8 @@
397397
compatible = "st,stm32-ospi";
398398
reg = <0x44021000 0x400>;
399399
interrupts = <76 0>;
400-
clocks = <&rcc STM32_CLOCK_BUS_AHB3 0x00000100>;
400+
clocks = <&rcc STM32_CLOCK_BUS_AHB3 0x00000100>,
401+
<&rcc STM32_SRC_SYSCLK OSPI_SEL(0)>;
401402
#address-cells = <1>;
402403
#size-cells = <0>;
403404
status = "disabled";

0 commit comments

Comments
 (0)