Skip to content

Commit eab11ac

Browse files
gautierg-stkartben
authored andcommitted
dts: arm: st: n6: use default values for xspi kernel clock
Use the default kernel clock (HCLK5) for the XSPI instances instead of the peripheral clock which may not be enabled at all. Signed-off-by: Guillaume Gautier <[email protected]>
1 parent f5a5dfc commit eab11ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dts/arm/st/n6/stm32n6.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@
691691
interrupts = <170 0>;
692692
clock-names = "xspix", "xspi-ker", "xspi-mgr";
693693
clocks = <&rcc STM32_CLOCK(AHB5, 5)>,
694-
<&rcc STM32_SRC_CKPER XSPI1_SEL(1)>,
694+
<&rcc STM32_SRC_HCLK5 XSPI1_SEL(0)>,
695695
<&rcc STM32_CLOCK(AHB5, 13)>;
696696
#address-cells = <1>;
697697
#size-cells = <1>;
@@ -704,7 +704,7 @@
704704
interrupts = <171 0>;
705705
clock-names = "xspix", "xspi-ker", "xspi-mgr";
706706
clocks = <&rcc STM32_CLOCK(AHB5, 12)>,
707-
<&rcc STM32_SRC_CKPER XSPI2_SEL(1)>,
707+
<&rcc STM32_SRC_HCLK5 XSPI2_SEL(0)>,
708708
<&rcc STM32_CLOCK(AHB5, 13)>;
709709
#address-cells = <1>;
710710
#size-cells = <1>;

0 commit comments

Comments
 (0)