summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--drivers/watchdog/apple_wdt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/watchdog/apple_wdt.c b/drivers/watchdog/apple_wdt.c
index c7307f41cb7..9e998994216 100644
--- a/drivers/watchdog/apple_wdt.c
+++ b/drivers/watchdog/apple_wdt.c
@@ -78,6 +78,7 @@ static const struct wdt_ops apple_wdt_ops = {
};
static const struct udevice_id apple_wdt_ids[] = {
+ { .compatible = "apple,t8103-wdt" },
{ .compatible = "apple,wdt" },
{ /* sentinel */ }
};