summaryrefslogtreecommitdiff
path: root/drivers/timer/andes_plmt_timer.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-11-03 08:27:44 -0400
committerTom Rini <trini@konsulko.com>2022-11-03 08:27:44 -0400
commitc07babda65a47439b4f02bbb3204dfcb8679edc1 (patch)
tree328a9d369b453a38a81c86f8b731770a48886bda /drivers/timer/andes_plmt_timer.c
parentcca41ed3d63f462ca044e0d2d30a34d4917fc6c5 (diff)
parent7321bad25f18684b53cff4346543fb2da2a2c0d0 (diff)
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-riscv
Diffstat (limited to 'drivers/timer/andes_plmt_timer.c')
-rw-r--r--drivers/timer/andes_plmt_timer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/timer/andes_plmt_timer.c b/drivers/timer/andes_plmt_timer.c
index a3797b22c74..42dd4b62317 100644
--- a/drivers/timer/andes_plmt_timer.c
+++ b/drivers/timer/andes_plmt_timer.c
@@ -56,7 +56,7 @@ static int andes_plmt_probe(struct udevice *dev)
}
static const struct udevice_id andes_plmt_ids[] = {
- { .compatible = "riscv,plmt0" },
+ { .compatible = "andestech,plmt0" },
{ }
};