diff options
author | Tom Rini <trini@konsulko.com> | 2021-04-08 07:33:14 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-04-08 07:33:14 -0400 |
commit | f6127db8cc8dec22cf9cd6d6363d812f659ce517 (patch) | |
tree | e302101a2cc971287f1df11f2f9eefd513af621d /drivers/timer/sifive_clint_timer.c | |
parent | 8246654e1ef3ea9e2907a42e01b7747ccc62d412 (diff) | |
parent | e7bb113cc4d03aeb573ff938a1d897d4b3ca99df (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.c | 1 |
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" }, { } }; |