arch: m68k: Introduce trivial PIT based timer
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Thu, 23 Mar 2023 00:20:40 +0000 (01:20 +0100)
committerAngelo Dureghello <angelo@kernel-space.org>
Sat, 15 Apr 2023 19:36:07 +0000 (21:36 +0200)
commit56c3aa9ab9ed44113c043ac46dc47158bc304b20
treebe9a89785810fbb1a963f4a9b466ea42be072090
parent35d48ea8c0543775bc9218e412553fd306b37de3
arch: m68k: Introduce trivial PIT based timer

The QEMU emulation of m68k does not support DMA timer, the only
timer that is supported is the PIT timer. Implement trivial PIT
timer support for m68k.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
arch/m68k/include/asm/immap.h
arch/m68k/lib/time.c
common/board_f.c