aboutsummaryrefslogtreecommitdiff
path: root/drivers/timer/sifive_clint_timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/timer/sifive_clint_timer.c')
-rw-r--r--drivers/timer/sifive_clint_timer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/timer/sifive_clint_timer.c b/drivers/timer/sifive_clint_timer.c
index de7b4b95c9..939b99d937 100644
--- a/drivers/timer/sifive_clint_timer.c
+++ b/drivers/timer/sifive_clint_timer.c
@@ -54,6 +54,7 @@ static int sifive_clint_probe(struct udevice *dev)
static const struct udevice_id sifive_clint_ids[] = {
{ .compatible = "riscv,clint0" },
+ { .compatible = "sifive,clint0" },
{ }
};