drivers: timer: riscv_machine_timer: fix compatible comment

The andestech,machine-timer comment was incorrectly set to
neorv32-machine-timer.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
Gerard Marull-Paretas 2022-08-02 11:04:27 +02:00 committed by Fabio Baltieri
commit 732c00e29a

View file

@ -9,7 +9,7 @@
#include <zephyr/sys_clock.h>
#include <zephyr/spinlock.h>
/* neorv32-machine-timer */
/* andestech,machine-timer */
#if DT_HAS_COMPAT_STATUS_OKAY(andestech_machine_timer)
#define DT_DRV_COMPAT andestech_machine_timer