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:
parent
e4d83147a2
commit
732c00e29a
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
#include <zephyr/sys_clock.h>
|
#include <zephyr/sys_clock.h>
|
||||||
#include <zephyr/spinlock.h>
|
#include <zephyr/spinlock.h>
|
||||||
|
|
||||||
/* neorv32-machine-timer */
|
/* andestech,machine-timer */
|
||||||
#if DT_HAS_COMPAT_STATUS_OKAY(andestech_machine_timer)
|
#if DT_HAS_COMPAT_STATUS_OKAY(andestech_machine_timer)
|
||||||
#define DT_DRV_COMPAT andestech_machine_timer
|
#define DT_DRV_COMPAT andestech_machine_timer
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue