rtc: ds1307: Add ds1339 compatible
authorChris Packham <judge.packham@gmail.com>
Wed, 3 Mar 2021 01:09:44 +0000 (14:09 +1300)
committerPriyanka Jain <priyanka.jain@nxp.com>
Tue, 23 Mar 2021 12:36:07 +0000 (18:06 +0530)
commitf65774e1f6a0f48bcb52eb3581675e478365f2fa
treecbdc56c6891e2559f60b1c1b3148d7919f3d539f
parentfc37c7a9318c9e36c1b62a8589f2fc22c41da096
rtc: ds1307: Add ds1339 compatible

As far as u-boot is concerned the ds1339 is compatible with the other
devices supported by the ds1307 driver. The Linux driver does expose
some additional functionality but as far as u-boot is concerned just
adding the compatible string is enough.

Signed-off-by: Chris Packham <judge.packham@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
drivers/rtc/ds1307.c