Skip to content

Commit 97db902

Browse files
committed
Fix clock bit number for xspi1
Signed-off-by: Titouan Christophe <[email protected]>
1 parent a4b64a4 commit 97db902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dts/arm/st/h7rs/stm32h7rs.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@
433433
reg = <0x52005000 0x1000>;
434434
interrupts = <105 0>;
435435
clock-names = "bus";
436-
clocks = <&rcc STM32_CLOCK(AHB5, 14U)>;
436+
clocks = <&rcc STM32_CLOCK(AHB5, 5U)>;
437437
#address-cells = <1>;
438438
#size-cells = <0>;
439439
status = "disabled";

0 commit comments

Comments
 (0)