Skip to content

Commit 5e281c4

Browse files
Fabrice GasnierAlexandre Torgue
authored andcommitted
arm64: dts: st: use lptimer3 as tick broadcast source on stm32mp257f-ev1
During the low power modes the generic ARM timer is deactivated, so the the tick broadcast is used, based on LPTIMER3 which is clocked by LSE on STMicroelectronics boards. Signed-off-by: Patrick Delaunay <[email protected]> Signed-off-by: Fabrice Gasnier <[email protected]> Signed-off-by: Alexandre Torgue <[email protected]>
1 parent e0919bc commit 5e281c4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

arch/arm64/boot/dts/st/stm32mp257f-ev1.dts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,14 @@
222222
};
223223
};
224224

225+
/* use LPTIMER with tick broadcast for suspend mode */
226+
&lptimer3 {
227+
status = "okay";
228+
timer {
229+
status = "okay";
230+
};
231+
};
232+
225233
&rtc {
226234
status = "okay";
227235
};

0 commit comments

Comments
 (0)