]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit84e933030c52ac062737029b0adaf6a53f003cf2
treecbdc56c6891e2559f60b1c1b3148d7919f3d539f
parentaba1870e7fc78aa67add46368f29dd857f641a1c
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