diff options
author | Vladimir Oltean | 2022-01-03 14:47:30 +0200 |
---|---|---|
committer | Priyanka Jain | 2022-02-01 15:08:07 +0530 |
commit | ad1ff53218a2abac184453ef35ec98ccdd530c9f (patch) | |
tree | e132dd0e715a7fd3c9d2beec98eec56c8fbff9fd /drivers/rtc | |
parent | aa0586247b45ff2077a615cfefd9ee5939677d06 (diff) |
rtc: pcf2127: remove U-Boot specific compatible string
Now that all in-tree boards have been converted to the compatible
strings from Linux, delete the support for the ad-hoc "pcf2127-rtc" one.
Cc: Simon Glass <sjg@chromium.org>
Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Michael Walle <michael@walle.cc>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'drivers/rtc')
-rw-r--r-- | drivers/rtc/pcf2127.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/rtc/pcf2127.c b/drivers/rtc/pcf2127.c index 291ef0329a3..2f3fafb4968 100644 --- a/drivers/rtc/pcf2127.c +++ b/drivers/rtc/pcf2127.c @@ -120,7 +120,6 @@ 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" }, |