Skip to content

Commit 077273a

Browse files
Marco-Petercarlescufi
authored andcommitted
dts: arm: st: Fix type in clock assignment of timer15
STM32Gxxx controllers only have a single APB bus. Signed-off-by: Marco Peter <[email protected]>
1 parent baad0c3 commit 077273a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dts/arm/st/g0/stm32g070.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
timers15: timers@40014000 {
3131
compatible = "st,stm32-timers";
3232
reg = <0x40014000 0x400>;
33-
clocks = <&rcc STM32_CLOCK_BUS_APB2 0x00010000>;
33+
clocks = <&rcc STM32_CLOCK_BUS_APB1_2 0x00010000>;
3434
resets = <&rctl STM32_RESET(APB1H, 16U)>;
3535
interrupts = <20 0>;
3636
interrupt-names = "global";

0 commit comments

Comments
 (0)