summaryrefslogtreecommitdiff
path: root/drivers/rtc/pcf2127.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/rtc/pcf2127.c')
-rw-r--r--drivers/rtc/pcf2127.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/rtc/pcf2127.c b/drivers/rtc/pcf2127.c
index 57f86401d37..2f3fafb4968 100644
--- a/drivers/rtc/pcf2127.c
+++ b/drivers/rtc/pcf2127.c
@@ -120,7 +120,9 @@ static const struct rtc_ops pcf2127_rtc_ops = {
};
static const struct udevice_id pcf2127_rtc_ids[] = {
- { .compatible = "pcf2127-rtc" },
+ { .compatible = "nxp,pcf2127" },
+ { .compatible = "nxp,pcf2129" },
+ { .compatible = "nxp,pca2129" },
{ }
};