Skip to content

Commit 09a320d

Browse files
kim-esconashif
authored andcommitted
dts: arm: stm32f410/411: Added missing SPI5 clocks attribute
stm32f410, stm32f411 and stm32f412 enable the SPI5 device with bit 20 on the APB2 clock Signed-off-by: Kim Bøndergaard <[email protected]>
1 parent 31b7483 commit 09a320d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

dts/arm/st/f4/stm32f410.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
#address-cells = <1>;
2525
#size-cells = <0>;
2626
reg = <0x40015000 0x400>;
27+
clocks = <&rcc STM32_CLOCK_BUS_APB2 0x00100000>;
2728
interrupts = <85 5>;
2829
status = "disabled";
2930
label = "SPI_5";

dts/arm/st/f4/stm32f411.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
#address-cells = <1>;
2424
#size-cells = <0>;
2525
reg = <0x40015000 0x400>;
26+
clocks = <&rcc STM32_CLOCK_BUS_APB2 0x00100000>;
2627
interrupts = <85 5>;
2728
status = "disabled";
2829
label = "SPI_5";

0 commit comments

Comments
 (0)