aboutsummaryrefslogtreecommitdiff
path: root/drivers/timer/sifive_clint_timer.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-04-08 07:33:14 -0400
committerTom Rini <trini@konsulko.com>2021-04-08 07:33:14 -0400
commitf6127db8cc8dec22cf9cd6d6363d812f659ce517 (patch)
treee302101a2cc971287f1df11f2f9eefd513af621d /drivers/timer/sifive_clint_timer.c
parent8246654e1ef3ea9e2907a42e01b7747ccc62d412 (diff)
parente7bb113cc4d03aeb573ff938a1d897d4b3ca99df (diff)
Merge https://source.denx.de/u-boot/custodians/u-boot-riscv
- Watchdog, Unleashed and Icicle improvements
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" },
{ }
};