mirror of
https://github.com/smaeul/u-boot.git
synced 2025-11-28 23:10:31 +00:00
rtc: pcf2127: sync with Linux compatible strings
Allow this driver to be used by boards which inherit their device trees from Linux. Compatibility is temporarily retained with the old compatible string which is U-Boot specific, and will be removed after a few changes. 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>
This commit is contained in:
parent
3285a5715f
commit
7c67ef3f3f
@ -121,6 +121,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" },
|
||||
{ }
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user